@librefang/cli
v2026.3.2201
Published
LibreFang Agent OS — CLI binary distribution
Downloads
250
Readme
@librefang/cli
LibreFang Agent OS — command-line interface.
Install
npm install -g @librefang/cliOr with other package managers:
# pip
pip install librefang
# Homebrew (macOS)
brew tap librefang/tap
brew install librefang # CLI
brew install --cask librefang # Desktop App
# Cargo
cargo install librefangOr download pre-built binaries from GitHub Releases.
Usage
# Initialize LibreFang
librefang init
# Start the daemon
librefang start
# Check system health
librefang doctorSupported Platforms
| Platform | Architecture | Package |
|----------|-------------|---------|
| macOS | Apple Silicon | @librefang/cli-darwin-arm64 |
| macOS | Intel | @librefang/cli-darwin-x64 |
| Linux | x64 (glibc) | @librefang/cli-linux-x64 |
| Linux | arm64 (glibc) | @librefang/cli-linux-arm64 |
| Linux | x64 (musl) | @librefang/cli-linux-x64-musl |
| Linux | arm64 (musl) | @librefang/cli-linux-arm64-musl |
| Windows | x64 | @librefang/cli-win32-x64 |
| Windows | arm64 | @librefang/cli-win32-arm64 |
The correct platform-specific binary is automatically installed via optionalDependencies.
Documentation
License
MIT
