Local daemon for ViboGit - Web-based Git client
npm install vibogit-daemonLocal daemon for ViboGit - a web-based Git client.
``bash`
bunx vibogit-daemon
Then open: https://vibogit.com
`bash`
bunx vibogit-daemon
`bash`
bun add -g vibogit-daemon
vibogit-daemon
> Note: This package requires Bun runtime. npx is not supported.
- Bun runtime (v1.0.0 or later)
- macOS (for folder picker and system integration features)
You can configure the dev server port in your project's agents.md file:
`markdownbun run devDevelopment
- Dev server port: 3000
- Run dev: `
The daemon will read this port and display it in the ViboGit UI.
Start the daemon:
`bash`
vibogit-daemon
The daemon starts a WebSocket server on port 9111 by default.
- PORT` - WebSocket server port (default: 9111)
- Git operations (status, commit, push, pull, branch management)
- File system watching for auto-refresh
- Native macOS folder picker
- Dev server management with port configuration
- System integration (open in Finder, Terminal, Editor)
The daemon communicates via WebSocket messages. See the documentation for the full API reference.
MIT