A local cockpit for coding agents, tuned for low-level and cybersecurity workflows.
Copy the prompt below and paste it into your AI tool (Claude, Codex, OpenClaw, etc.) to install JCode on this machine:
Install JCode desktop app on this machine. JCode is at https://github.com/Jay1/jcode
1. Go to https://github.com/Jay1/jcode/releases/latest
2. Detect the current OS and architecture (macOS ARM/x64, Windows x64, or Linux x64).
3. Download the matching installer:
- macOS ARM: `JCode-*-arm64.dmg`
- macOS Intel: `JCode-*-x64.dmg`
- Windows: `JCode-*-x64.exe`
- Linux: `JCode-*-x86_64.AppImage`
4. Run the installer or mount the DMG and drag JCode to Applications.
5. Launch JCode and confirm it opens.
If the latest release page or assets cannot be found, report the error.brew tap Jay1/jcode https://github.com/Jay1/jcode
brew install --cask jcodeJCode-<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 jcodewinget install Jay1.JCodeLatest 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 monorepoBuilt from DPCode and T3Code, with love <3
See CREDITS.md for full attribution.
