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://flitz.test.lncd.pl/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
bad9cc53284aea137a3ddc843398ae874d6de6633b06a316c2a6a7986edd16fe
Verify the download
echo "bad9cc53284aea137a3ddc843398ae874d6de6633b06a316c2a6a7986edd16fe flitz-cli-0.2.2-linux-x64" | sha256sum -c -
macOS
Apple Silicon · 7.9 MB
SHA-256
4dfc489c4cd85b4503b81801cd75e244d57a47493c4469425ab85df59ebb722f
Verify the download
echo "4dfc489c4cd85b4503b81801cd75e244d57a47493c4469425ab85df59ebb722f flitz-cli-0.2.2-macos-arm64" | shasum -a 256 -c -