hermium
v0.3.9
Published
Hermium CLI — self-hosted AI chat dashboard for Hermes Agent
Downloads
3,374
Maintainers
Readme
Hermium CLI
Self-hosted AI chat dashboard for Hermes Agent.
Install
npm install -g hermiumOr with Bun:
bun install -g hermiumRequirements
- Bun >= 1.2
Commands
hermium start # Start the server (daemon)
hermium stop # Stop the server
hermium restart # Restart the server
hermium status # Show running status
hermium build # Build from source (requires repo)
hermium dev # Run in dev mode (requires repo)
hermium help # Show help
hermium version # Show versionOptions
hermium start --port 47474 # Custom port (default: 47474)Development
To run from source:
git clone https://github.com/abboskhonov/hermium.git
cd hermium
bun install
bun run devTo build the CLI package for publishing:
cd packages/cli
bun run build