
Security News
TypeScript 6.0 Released: The Final JavaScript-Based Version
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
Production-ready AI dev environment for Claude Code, Codex, and modern coding workflows with 30-second onboarding, persistent memory, Agent Teams, remote control, and capability discovery.
30-second onboarding Β· Persistent memory Β· Agent Teams Β· Remote control
npx ccjk
The production layer on top of Claude Code, Codex, and the rest of your AI coding workflow:
- Manually configure Claude Code for 60+ minutes
- Repeat project context every conversation
- Pay 3x more tokens than necessary
- Lose configs when switching machines
+ One command setup in 30 seconds
+ AI remembers your entire codebase
+ 30-50% token cost reduction
+ Cloud sync across all devices
# Guided onboarding (recommended)
npx ccjk
# Non-interactive onboarding (CI / automation)
export ANTHROPIC_API_KEY="sk-ant-..."
npx ccjk init --silent
# Harden and personalize the environment
npx ccjk boost
npx ccjk zc --preset dev
# Optional next steps
npx ccjk remote setup
npx ccjk mcp list
npx ccjk browser open https://example.com --headed
What just happened?
Before CCJK:
β 60+ minutes manual configuration
β Repeat context every conversation
β High API costs
β Configs lost when switching machines
β Single-threaded AI execution
β Can't control Claude from mobile/web
β Insecure defaults in production
After CCJK:
β
30 seconds one-command setup
β
AI remembers everything
β
30-50% lower costs
β
Cloud sync across devices
β
Parallel AI agents (Agent Teams)
β
Remote control from any device (v11.1.1)
β
Production-hardened security (v11.1.1)
| Problem | CCJK Solution | Impact |
|---|---|---|
| π« "Claude forgot my project structure" | π§ Persistent Memory | AI remembers everything across sessions |
| πΈ "My API bills are insane" | β‘ Smart Compression | 30-50% token reduction |
| β° "Setup takes forever" | π§ Minimal Config | 30 seconds, one command |
| π§ "I don't know what to enable" | π§© Capability Discovery + Presets | Recommended services and permission profiles |
| π "Lost my configs again" | βοΈ Cloud Sync | GitHub Gist / WebDAV / S3 |
| π€ "Need multiple AI agents" | π Agent Teams | One-click parallel execution |
| π± "Can't control Claude from my phone" | π Remote Control | Web/App control with one-command setup |
| π "Worried about production security" | π‘οΈ Production-Grade Security | HTTPS enforcement, CORS hardening, secrets validation |
Manage Claude Code memory and project notes from the CLI.
ccjk memory
ccjk memory --edit
Parallel AI execution for complex tasks.
ccjk agent-teams --on
# One agent writes code, another writes tests, simultaneously
Automatic conversation cleanup before hitting token limits.
Your configs follow you everywhere.
ccjk cloud enable --provider github-gist # Free
ccjk cloud enable --provider webdav # Self-hosted
ccjk cloud enable --provider s3 # Enterprise
Auto-activated based on your workflow:
One-click install for 50+ MCP services:
ccjk mcp install filesystem puppeteer postgres
# Done. No manual config.
Use browser skills directly after install:
ccjk browser start https://example.com
ccjk browser status
ccjk browser stop
Control Claude Code from any device β browser, phone, or tablet.
ccjk remote setup # One-command: configure server URL, auth token & binding in 30s
ccjk remote doctor # Diagnose connectivity, auth, daemon health
ccjk remote status # Live runtime status (daemon, server, auth)
Supports both interactive and non-interactive (CI/CD) modes:
ccjk remote setup --non-interactive \
--server-url https://your-server.com \
--auth-token <token> \
--binding-code <code>
All config defaults are now hardened for real-world deployments:
https:// in production* origins rejected in productiondev-secret, dev-session-secret) blocked at startup~/.ccjk/daemon.json, validates required fieldsOne-click permission configuration for different use cases:
ccjk zc --list # View available presets
ccjk zc --preset max # Maximum permissions (all commands)
ccjk zc --preset dev # Developer preset (build tools, git, npm)
ccjk zc --preset safe # Safe preset (read-only operations)
Available Presets:
Each preset automatically:
# Setup & Config
ccjk # Interactive menu
ccjk init # Full initialization
ccjk init --silent # Silent mode (non-interactive, uses env vars)
ccjk status # Health check + recommendations
ccjk boost # One-click optimization
ccjk zc --preset dev # Apply recommended developer permissions
# Agent Teams (NEW)
ccjk agent-teams --on # Enable parallel AI execution
ccjk at --status # Check status
# Cloud Sync
ccjk cloud enable --provider github-gist
ccjk cloud sync
# Remote Control (Web/App)
ccjk remote setup # One-command setup (interactive)
ccjk remote setup --non-interactive --server-url <url> --auth-token <token> --binding-code <code>
ccjk remote doctor # Diagnose remote readiness
ccjk remote status # Quick runtime status
# MCP Services
ccjk mcp install <service>
ccjk mcp list
# Browser Automation
ccjk browser start <url>
ccjk browser status
ccjk browser stop
# Memory & Context
ccjk memory
ccjk memory --edit
# Zero-Config Permission Presets (NEW)
ccjk zc --list # List available presets
ccjk zc --preset max # Apply maximum permissions
ccjk zc --preset dev # Apply developer preset
ccjk zc --preset safe # Apply safe (read-only) preset
# Other Commands
npx ccjk u # Update workflows
npx ccjk sync # Cloud sync
npx ccjk doctor # Health check
"CCJK cut my Claude Code setup from 2 hours to 30 seconds. Game changer." β Senior Engineer at YC Startup
"The Agent Teams feature is insane. One agent writes code, another writes tests, simultaneously." β Full-stack Developer
"Saved $200/month on API costs with the context compression alone." β Indie Hacker
If CCJK saved you hours of setup time or cut your API costs, give us a star! β
It helps other developers discover this tool and motivates us to keep improving it.
β Star on GitHub Β· π¦ View on npm Β· π¬ Join Telegram
Visit docs/README.md for full documentation.
We welcome contributions! Whether it's:
Check out our Contributing Guide to get started.
Built on top of:
Special thanks to all contributors and the 1000+ developers using CCJK daily.
If CCJK helped you, consider giving us a star!
MIT Β© CCJK Contributors
Made with β€οΈ by developers, for developers
β Star Β· π¦ npm Β· π Issues Β· π¬ Discussions
FAQs
Production-ready AI dev environment for Claude Code, Codex, and modern coding workflows with 30-second onboarding, persistent memory, Agent Teams, remote control, and capability discovery.
The npm package ccjk receives a total of 846 weekly downloads. As such, ccjk popularity was classified as not popular.
We found that ccjk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.

Security News
/Research
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.