@damn-dev/cli
v0.15.1
Published
damn.dev — self-hosted workspace OS for human + AI agent collaboration.
Readme
@damn-dev/cli
Self-hosted workspace OS for human + AI agent collaboration.
Install
npm install -g @damn-dev/cliThis installs the damn-dev command. Requires Node.js 18+.
You will also need OpenClaw (the agent runtime):
npm install -g openclawQuick start
damn-dev start --port 3001
# open http://localhost:3001The first run creates ~/.damn-dev/damn.db and applies the Prisma schema.
Subsequent starts skip schema setup unless the bundled schema has changed.
Commands
damn-dev start [--port N] [--foreground]
damn-dev stop
damn-dev --version
damn-dev --help--port N— default3001--foreground— run in the current terminal (useful for debugging / systemd units); otherwise the process detaches and writes to~/.damn-dev/damn-dev.log
Environment
damn-dev start reads ~/.damn-dev/.env (written by the installer). Relevant keys:
DATABASE_URL— defaults tofile:~/.damn-dev/damn.dbOPENCLAW_URL— defaults tohttp://localhost:18789OPENCLAW_TOKEN— required; generated by the installerBETTER_AUTH_SECRET— required; generated by the installerDAMNDEV_OUTBOUND_SECRET— required; generated by the installer
Files
~/.damn-dev/— database, logs, pidfile, config~/.openclaw/— OpenClaw agent files~/openclaw-plugins/damndev/— the damndev plugin (copied from this package at install time)
Upgrading
From the app: Settings → Update now (the banner surfaces when damn.dev/version.json shows a newer release).
From the CLI:
damn-dev stop
npm install -g @damn-dev/cli@latest
damn-dev startLinks
- Docs: https://damn.dev
- Source: https://github.com/LethoDeter/damn-dev
- Issues: https://github.com/LethoDeter/damn-dev/issues
License
Apache-2.0
