A Desktop app for installing and running Zebra.
In-browser preview with example data
To install the Zebra Launcher:
- Download the installer for your operating system from the Github releases here.
- Run the installer
Note: It currently requires a 64-bit processor, and on macOS, an ARM-based processor such as the Apple M1.
![](https://private-user-images.githubusercontent.com/5491350/312292371-4fb8b310-15e7-47be-8650-18a24b733ebc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5NDAxMzksIm5iZiI6MTczOTkzOTgzOSwicGF0aCI6Ii81NDkxMzUwLzMxMjI5MjM3MS00ZmI4YjMxMC0xNWU3LTQ3YmUtODY1MC0xOGEyNGI3MzNlYmMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMDQzNzE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGU4YjRlODZkOWMxZGJlYjZkYWFkYmUzM2Q1ZjgyYWY2OWIzMTc1Yjg1YjJiNGZhZGVhNGRlMGJiZTE0ZmJhNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ShV8eRPDdjJMpNBRkeVJedE5gGKWeAKHd3MAVkPQ0Tc)
![](https://private-user-images.githubusercontent.com/5491350/312290494-564bef27-5b82-4f1e-8e9f-af709bf48528.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5NDAxMzksIm5iZiI6MTczOTkzOTgzOSwicGF0aCI6Ii81NDkxMzUwLzMxMjI5MDQ5NC01NjRiZWYyNy01YjgyLTRmMWUtOGU5Zi1hZjcwOWJmNDg1MjgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMDQzNzE5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTFiZmQ0MTJkNjQxN2IzY2M5OTkyNDc0NTg1MjkzMWE2NTllMjBhZTdmZTM3YzhhYTg1NmJlNjhkOTc2NjIyNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.PcmZLuRElOSYRNnAh7DGrAr8v1uS0vzADQDx41IE2jA)
- Make sure all of the Tauri prerequisites are installed.
- Install
pnpm
- Run
pnpm i
to install npm packages - Run
pnpm tauri dev
to start the Tauri app. - Add an empty
dist
folder to the root of this project to fix the Rust warning insrc-tauri/src/main.rs
- Install
Prettier
for formatting .ts/.tsx/.css files
- Update
zebrad
binaries for target platforms by:- Running
cargo b --release
in the Zebra workspace - Copying the binary into
src-tauri/binaries
and adding the target as a suffix to the file name
- Running
- Tag and publish a new release on Github
- Run
pnpm run tauri build
on target platforms, and - Upload the bundle files produced by Tauri as assets on the Github release.