Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 2.93 KB

File metadata and controls

90 lines (63 loc) · 2.93 KB

JCode logo

JCode

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.

Installation

AI-Driven Install

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.

Linux and macOS

Homebrew

brew tap Jay1/jcode https://github.com/Jay1/jcode
brew install --cask jcode

Download the latest macOS

JCode-<version>-arm64.dmg or JCode-<version>-x64.dmg, or the latest Linux JCode-<version>-x64.AppImage, from GitHub Releases.

Windows

Scoop

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

winget install Jay1.JCode

Download the latest Windows

Latest JCode-<version>-x64.exe installer from GitHub Releases.

Development

bun install          # install dependencies
bun run dev          # start the dev server
bun run build        # build all workspaces
bun run typecheck    # type-check the monorepo

Credits

Built from DPCode and T3Code, with love <3

See CREDITS.md for full attribution.