Installation¶
macOS¶
Download the PKG installer from GitHub Releases:
flint-0.1.2.pkg — signed & notarized by Apple
Double-click to install. Installs to /usr/local/bin/flint.
Linux¶
curl -fsSL https://raw.githubusercontent.com/headmin/fleet-editor-extensions/main/scripts/install.sh | sh
The script auto-detects your platform (x64/arm64), downloads the latest release tar.gz, and installs to /usr/local/bin.
# Install to home directory (no sudo)
FLINT_INSTALL_DIR=$HOME/.local/bin curl -fsSL https://raw.githubusercontent.com/headmin/fleet-editor-extensions/main/scripts/install.sh | sh
Manual download¶
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | flint-x.y.z.pkg (signed & notarized) |
| macOS (tar.gz) | flint-x.y.z-darwin-arm64.tar.gz |
| Linux x64 | flint-x.y.z-linux-x64.tar.gz |
| Linux ARM64 | flint-x.y.z-linux-arm64.tar.gz |
macOS Intel (x86_64) is not supported.
Build from source¶
git clone https://github.com/headmin/fleet-editor-extensions
cd fleet-editor-extensions
cargo build --release -p flint
sudo cp target/release/flint /usr/local/bin/
Requires Rust 1.81+ (rustup update stable).
Dev container¶
A .devcontainer config is included for GitHub Codespaces. It auto-installs flint and initializes .fleetlint.toml.