Installation
1. Prerequisites
- Node.js: v23.0.0 or higher recommended.
- npm: Comes bundled with Node.js.
2. Install the CLI
Install the Repoburg command-line interface (CLI) globally via npm. This gives you the repoburg command.
npm install -g repoburg3. Install the Desktop Daemon
The Repoburg Daemon is managed by a desktop application. You will need to download and install it for your operating system.
Download Links: Coming Soon. For now, you can build from source from the
daemon-desktopdirectory in the repository.
The desktop app provides a simple interface to start, stop, and monitor the daemon and any running backend services.
4. Updating
To update the Repoburg CLI to the latest version, simply run the installation command again:
npm install -g repoburgAfter updating the package, it's recommended to restart the Daemon from the desktop application to ensure all changes are applied.