Requirements
macOS, Node.js 22 or newer, and npm. External runners are optional.
v0.1.0 · macOS Developer Preview
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
macOS, Node.js 22 or newer, and npm. External runners are optional.
npm run open-source:mvp-check verifies the local flow without paid model credentials.
A signed .dmg, auto-update, and first-run permission checks belong to the next packaging layer.
Install dependencies with npm ci.
Run npm run dev and open the local URL shown in the terminal.
For provider or runner features, start npm run gateway in another terminal.
Keep API keys in environment variables and put aliases such as OPENAI_API_KEY in the UI.
Run npm run public-scope:check, npm run build, and npm run test.