Flitz CLI
Build and publish portable Flutter app bundles — one download, no Dart or Flutter SDK required.
v0.2.2Quick install
Linux · macOS$ curl -fsSL https://download.flitz.dev/install.sh | sh
- Detects your platform
- Verifies the SHA-256
- Marks it executable
- Installs onto your PATH
Installs flitz into $XDG_BIN_HOME or ~/.local/bin. Prefer to do it by hand? Grab your platform below.
Direct downloads
Linux
x86_64 · 8.7 MB
SHA-256
ebdbc334e50485564bda7b66f9174e9c2f35699dcd6dc3f4805ea9af573534c4
Verify the download
echo "ebdbc334e50485564bda7b66f9174e9c2f35699dcd6dc3f4805ea9af573534c4 flitz-cli-0.2.2-linux-x64" | sha256sum -c -
macOS
Apple Silicon · 7.9 MB
SHA-256
3e96537f7e390389ee2bf70bcc9beb34cd869cad2805c52e92b54015add295e4
Verify the download
echo "3e96537f7e390389ee2bf70bcc9beb34cd869cad2805c52e92b54015add295e4 flitz-cli-0.2.2-macos-arm64" | shasum -a 256 -c -