Metadata-Version: 2.1
Name: librefang
Version: 2026.3.2201
Summary: LibreFang Agent OS CLI
Home-page: https://librefang.ai
License: MIT
Project-URL: Repository, https://github.com/librefang/librefang
Project-URL: Documentation, https://librefang.ai/docs
Project-URL: Issues, https://github.com/librefang/librefang/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# librefang

LibreFang Agent OS — command-line interface.

## Install

```bash
pip install librefang
```

Or with other package managers:

```bash
# npm
npm install -g @librefang/cli

# Homebrew (macOS)
brew install librefang/tap/librefang

# Cargo
cargo install librefang
```

Or download pre-built binaries from [GitHub Releases](https://github.com/librefang/librefang/releases).

## Usage

```bash
# Initialize LibreFang
librefang init

# Start the daemon
librefang start

# Check system health
librefang doctor
```

## Documentation

- [Website](https://librefang.ai)
- [GitHub](https://github.com/librefang/librefang)
- [Documentation](https://librefang.ai/docs)

## License

MIT
