Skip to content

Jay1/jcode

Repository files navigation

JCode logo

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 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.

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.

About

JCode is a local cockpit for coding agents

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors