Home / Download

v0.1.0 · macOS Developer Preview

Run locally and check the setup.

The public package is a developer preview archive, not a signed installer. You can inspect it on a Mac with Node.js and npm.

tar -xzf naikaku-ai-togo-system-0.1.0-mac-dev-preview.tar.gz
cd naikaku-ai-togo-system-0.1.0-mac-dev-preview
npm ci
npm run dev

# optional local gateway
npm run gateway

Requirements

macOS, Node.js 22 or newer, and npm. External runners are optional.

No paid keys required

npm run open-source:mvp-check verifies the local flow without paid model credentials.

Native Mac app

A signed .dmg, auto-update, and first-run permission checks belong to the next packaging layer.

Basic setup after download

1

Dependencies

Install dependencies with npm ci.

2

Workbench

Run npm run dev and open the local URL shown in the terminal.

3

Gateway

For provider or runner features, start npm run gateway in another terminal.

4

Provider alias

Keep API keys in environment variables and put aliases such as OPENAI_API_KEY in the UI.

5

Verification

Run npm run public-scope:check, npm run build, and npm run test.