@onmars/lunar
v0.15.1
Published
CLI for Lunar — install globally and run 'lunar' to start your AI companion
Maintainers
Readme
@onmars/lunar
CLI for Lunar — turn any AI agent into a personal companion.
Install
bun install -g @onmars/lunarQuick Start
# Initialize a new workspace
lunar init
# Start the daemon
lunar start
# Background mode
lunar start --detach
# Check status
lunar statusRequirements
- Bun >= 1.2
- Claude CLI with active subscription
Commands
| Command | Description |
|---------|-------------|
| lunar init | Interactive workspace setup |
| lunar start | Start daemon (foreground) |
| lunar start --detach | Start as background process |
| lunar stop | Stop running daemon |
| lunar status | Show daemon status |
| lunar logs | View logs (-f to follow) |
| lunar doctor | Diagnose configuration issues |
| lunar clean | Remove store and session data |
License
MIT — onMars Tech
