Install CLI
The Musketeer CLI is the primary way to interact with the system.
Requirements
- A Unix-like operating system (Linux, macOS)
- Windows support via WSL
Installation methods
From source (current method)
While pre-built binaries are not yet available, you can build from source:
# Clone the repository
git clone https://github.com/justyn-clark/musketeer.git
cd musketeer
# Build with Cargo (requires Rust)
cargo build --release
# The binary is at target/release/musketeer Pre-built binaries (coming soon)
Pre-built binaries for common platforms will be available in future releases.
Planned support:
- Linux x86_64
- Linux aarch64
- macOS x86_64
- macOS aarch64 (Apple Silicon)
Package managers (planned)
Future installation methods under consideration:
# Homebrew (macOS/Linux) - planned
brew install musketeer
# Cargo - planned
cargo install musketeer Verifying installation
After installation, verify the CLI is working:
musketeer --version You should see version information printed to the console.
Next steps
Once installed: