OpenCorpo

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 install

Run Desktop (recommended)

npm run dev:desktop

This boots the desktop app and supervises the daemon.

Optional Daemon-Only Run

bun run dev:daemon

Key Developer Commands

CommandPurpose
npm run dev:desktopFull desktop dev flow
npm run dev:rendererReact renderer only
npm run dev:electronElectron shell only
npm run dev:daemonDaemon only
npm run test:smokeSmoke checks

Packaging and Dist

npm run build:desktop
npm run pack:desktop
npm run dist:desktop

Artifacts are produced in dist/desktop/.

Last updated from repo snapshot: 2026-02-20

Last updated: 2026-02-20