CI Release License: MIT Bun Node.js TypeScript CodeRabbit Pull Request Reviews
A local cockpit for coding agents, tuned for low-level and cybersecurity workflows.
Copy the prompt below into your preferred AI coding tool (Claude, Codex, OpenClaw, etc.) and it will handle the full setup:
Install and set up JCode from https://github.com/Jay1/jcode on this machine. Steps: 1. Clone the repo: ```bash git clone https://github.com/Jay1/jcode.git cd jcode ``` 2. Install the required toolchain. The project pins Node 26.2.0 and Bun 1.3.9 (see `.mise.toml`). If you have mise available, run `mise install`. Otherwise install Node and Bun at those versions through whatever package manager is on this system. 3. Install dependencies and build: ```bash bun install bun run build ``` 4. Start the dev server: ```bash bun run dev ``` 5. Verify the typecheck passes: ```bash bun run typecheck ``` If any step fails, diagnose the error, fix it, and re-run until the full sequence completes cleanly.
brew tap Jay1/jcode https://github.com/Jay1/jcode brew install --cask jcode
JCode-<version>-arm64.dmg or
JCode-<version>-x64.dmg, or the latest Linux JCode-<version>-x64.AppImage, from
GitHub Releases.
If you do not have Scoop yet, follow the official Scoop installation guide:
scoop bucket add jcode https://github.com/Jay1/scoop-jcode scoop install jcode
winget install Jay1.JCode
Latest JCode-<version>-x64.exe installer from
GitHub Releases.
bun install # install dependencies bun run dev # start the dev server bun run build # build all workspaces bun run typecheck # type-check the monorepo
Built from DPCode and T3Code, with love <3
See CREDITS.md for full attribution.