Getting Started
Quick Start
Prerequisites
- Node.js 18+ (Node 20/22 recommended)
- Bun 1.x available on PATH
- npm
Install
git clone https://github.com/BagelHole/OpenCorpo.git
cd OpenCorpo
npm installRun Desktop (recommended)
npm run dev:desktopThis boots the desktop app and supervises the daemon.
Optional Daemon-Only Run
bun run dev:daemonKey Developer Commands
| Command | Purpose |
|---|---|
npm run dev:desktop | Full desktop dev flow |
npm run dev:renderer | React renderer only |
npm run dev:electron | Electron shell only |
npm run dev:daemon | Daemon only |
npm run test:smoke | Smoke checks |
Packaging and Dist
npm run build:desktop
npm run pack:desktop
npm run dist:desktopArtifacts are produced in dist/desktop/.
Last updated from repo snapshot: 2026-02-20
Last updated: 2026-02-20