vibogit-daemon
v0.1.3
Published
Local daemon for ViboGit - Web-based Git client
Readme
vibogit-daemon
Local daemon for ViboGit - a web-based Git client.
Quick Start
bunx vibogit-daemonThen open: https://vibogit.com
Installation
Using bunx (recommended)
bunx vibogit-daemonGlobal install
bun add -g vibogit-daemon
vibogit-daemonNote: This package requires Bun runtime.
npxis not supported.
Requirements
- Bun runtime (v1.0.0 or later)
- macOS (for folder picker and system integration features)
Configuration
You can configure the dev server port in your project's agents.md file:
## Development
- Dev server port: 3000
- Run dev: `bun run dev`The daemon will read this port and display it in the ViboGit UI.
Usage
Start the daemon:
vibogit-daemonThe daemon starts a WebSocket server on port 9111 by default.
Environment Variables
PORT- WebSocket server port (default: 9111)
Features
- 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)
API
The daemon communicates via WebSocket messages. See the documentation for the full API reference.
License
MIT
