by LYL1015
JarvisX-Cowork: Your First Personal AI Creative Assistant for Everyone!
# Add to your Claude Code skills
git clone https://github.com/LYL1015/JarvisX-CoworkOpen Claude Cowork: A Personal AI Creative Assistant for Everyone
Turn a terminal-only AI into a visual, collaborative, and creative desktop companion.
English | δΈζ
π Click the image above to watch the demo video
JarvisEvo: Towards a Self-Evolving Photo Editing Agent with Synergistic Editor-Evaluator Optimization Yunlong Lin, Lingqing Wang, Zixu Lin and Kunjie Lin, etc.
![]()
![]()
![]()
![]()
[NeurIPS' 2025] JarvisArt: Liberating Human Artistic Creativity via an Intelligent Photo Retouching Agent Yunlong Lin, Zixu Lin and Kunjie Lin, etc.
![]()
![]()
![]()
![]()
![]()
Many "cowork / office agents" focus on writing emails, filling spreadsheets, and running workflows.
JarvisX-Cowork goes further: building a "Personal AI Creative Assistant" for everyone β when you're out of ideas, it can search the web for references; when you need output, it can take you from copy to visuals all the way through.
Think of it as a creative workflow:
Blank canvas β WebSearch for references β generate images β refine (Lightroom integration) β create videos β build stunning demos / decks / docs
At the same time, it keeps the core strengths of "Open Claude Cowork":
~/.claude/settings.json (no reinventing the wheel)The goal isn't just an assistant that "does your office work", but one that "helps you bring ideas to life". From inspiration to output, the fewer tools you switch between, the better.
| Feature | Main Capabilities | π Docs | |:---|:---|:---| | JarvisArt | Smart retouching, AI color grading, Lightroom integration | π Model Deployment Β· π» Client Usage | | WebSearch | Web/news/image search (Tavily API) | π Guide | | Nanobanana | Text-to-Image generation | π Guide | | Nanobanana-Edit | Image-to-image editing, mask editing | π Guide | | Sora2 | Text-to-Video / Image-to-Video | π Guide |
The table above focuses on "creative capabilities". Beyond this, the project also inherits common baseline capabilities from the Claude Code/Claude Agent ecosystem (files/commands/web/tasks, etc.).
| Category | What It Does (Examples) | |---|---| | File operations | Read/write/edit files, batch search and locate issues (e.g., Read/Write/Edit/Glob/Grep) | | Command execution | Run builds, install dependencies, script execution, automation pipelines (e.g., Bash) | | Web capabilities | Fetch web content for reference retrieval and context (e.g., WebFetch) | | Task planning | Break down complex goals into steps, continuously push forward and report progress (e.g., Task/Todo) | | Safety confirmation | Confirm and authorize potentially destructive operations (Human-in-the-loop) |
π Go to Releases
# Clone the repository
git clone https://github.com/DevAgentForge/JarvisX-Cowork.git
cd JarvisX-Cowork
# Install dependencies
bun install
# Development mode
bun run dev
# Build production version
bun run dist:mac-arm64 # macOS Apple Silicon
bun run dist:mac-x64 # macOS Intel
# Start the app
open "dist/mac-arm64/JarvisX-Cowork.app"
open "dist/mac/JarvisX-Cowork.app"
If you encounter issues with bun install or bun run dist:* (such as hanging, timeout, or build failures), please refer to the detailed troubleshooting guide:
π Bun Install/Build Troubleshooting Guide
configs/jarvisx-config.example.json, then replace the placeholder Keys/URLs with your own.
{
"$schema": "jarvisx-config-v1",
"version": "1.0",
"api": {
"baseURL": "https://api.anthropic.com",
"apiKey": "sk-your-anthropic-api-key-here",
"model": "claude-sonnet-4-5-20250929",
"apiType": "anthropic"
},
"skills": {
"websearch": { "enabled": true, "apiKey": "tvly-your-tavily-api-key-here" },
"nanobanana": { "enabled": true, "apiKey": "sk-your-nanobanana-api-key-here" }
}
}
To make the experimental environment easier to reproduce, you can use third-party API mirror sites during testing (unofficial, not required).
We make no advertisement or endorsement; please evaluate stability, compliance, and data security risks on your own.
https://www.sssaicode.com/https://api.bltcy.ai/Tip: For production use, prefer official or self-hosted services you trust, keep your keys secure, and avoid committing keys to the repository.
# Start development server (hot reload)
bun run dev
# TypeScript compilation
bun run build
# Linting
bun run lint
More details (architecture/modules/skill extensions): docs/summary/PROJECT_ANALYSIS.md
The project is continuously being improved. PRs from interested contributors are welcome!
JarvisX-Cowork is a secondary development based on the open-source project Claude-Cowork. Thanks to the original authors and community.
Project origin and inspiration: DevAgentForge/Claude-Cowork.
We also thank Anthropic for their excellent Claude Cowork product: Cowork: Claude Code for the rest of your work.
If you have any questions during the trial, running or deployment, feel free to join our WeChat group discussion!
MIT License - See [LICEN
No comments yet. Be the first to share your thoughts!