Installation
NeatCLI can be installed in several ways depending on your platform and preferences.
Cargo (Recommended)
If you have Rust installed, the easiest way is via cargo:
This will download, compile, and install the latest version from crates.io.
Requirements
Rust 1.70 or later is required.
Homebrew (macOS/Linux)
For macOS and Linux users, NeatCLI is available via Homebrew:
To upgrade to the latest version:
Pre-built Binaries
Pre-built binaries are available for:
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | neatcli-aarch64-apple-darwin.tar.gz |
| macOS | Intel x86_64 | neatcli-x86_64-apple-darwin.tar.gz |
| Linux | x86_64 | neatcli-x86_64-unknown-linux-gnu.tar.gz |
Download and extract:
From Source
Clone and build from source:
The binary will be at target/release/neatcli.
Verify Installation
Check that NeatCLI is installed correctly:
Expected output:
Shell Completions
Generate shell completions for your shell:
Next Steps
- Quick Start Guide - Learn the basics
- Configuration - Customize NeatCLI