| English | δΈζ | ζ₯ζ¬θͺ |
The Worldβs Fastest Claude Code Launcher
Make Claude Code launching simpler, built for macOS and Windows.
Click Dock to launch, or start from any folder instantly.
π Windows Users: Windows support is now available! See the Windows installation section below.
| Launch Method | Steps | Time |
|---|---|---|
| Before | Open Terminal β Choose folder β Confirm workspace β Wait for permission | ~35s |
| Now | Click Dock | ~3s β¨ |
Launch Claude Code 10 times a day? Thatβs 5 precious minutes wasted.
Claude Code isnβt just a coding assistant β it does data analysis, file organization, and document processing.
Claude Code is great, but launching is tedious:
Too much hassle!
Use Claude Code Now, get 10x efficiency boost instantly!
Auto-skip permission dialogs, truly one-click launch.
Save 5 minutes daily, save 30 hours annually.
Why launch Claude Code in different folders? Because CONTEXT is everything!
Claude Code delivers its best results when it has the right context. Whether youβre:
Each context gives Claude Code superpowers.
Thatβs why you need Claude Code Now everywhere - place the launcher in every important folder and launch instantly with perfect context.
Trust us: Once you experience context-aware Claude Code, youβll never go back to context-less AI again.
β Love this tool? Give it a star! β
Put the app in Dock, click to launch Claude Code instantly.
Drag the app to Finder toolbar, click to launch in any folder.
Right-click on any folder to launch Claude Code Now.
One-click API configuration switching with secure local storage.
Supported APIs:
Minimal Version (Only 85 lines):
Use the command-line version without GUI app:
cd config-switcher
./config-simpler.sh
Supported Configs:
How to Add Configuration Files:
The minimal version uses preset configuration files. Hereβs how to create them:
cd ~
# 1. Create Zhipu AI config
cp .claude/settings.json .claude/settings_zhipu.json
# 2. Edit the config with your Zhipu API key
# Edit .claude/settings_zhipu.json, modify ANTHROPIC_AUTH_TOKEN and ANTHROPIC_BASE_URL
# 3. Create other configs the same way
cp .claude/settings.json .claude/settings_kimi.json
cp .claude/settings.json .claude/settings_anthropic.json
cp .claude/settings.json .claude/settings_custom.json
Configuration File Templates:
Zhipu AI (zhipu):
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "your_zhipu_api_key",
"ANTHROPIC_BASE_URL": "https://open.bigmodel.cn/api/anthropic",
"API_TIMEOUT_MS": "3000000"
}
}
Kimi (kimi)::
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "your_kimi_api_key",
"ANTHROPIC_BASE_URL": "https://api.moonshot.cn/anthropic",
"ANTHROPIC_MODEL": "kimi-k2-thinking-turbo",
"API_TIMEOUT_MS": "3000000"
}
}
Quick Setup with Preset Templates:
We provide 4 preset configuration templates in config-switcher/presets/:
# Copy all preset configs to ~/.claude/
cd ~/.claude
cp /path/to/claude-code-now/config-switcher/presets/settings*.json .
Or copy individually:
cp /path/to/claude-code-now/config-switcher/presets/settings_anthropic.json ~/.claude/
cp /path/to/claude-code-now/config-switcher/presets/settings_kimi.json ~/.claude/
cp /path/to/claude-code-now/config-switcher/presets/settings_zhipu.json ~/.claude/
cp /path/to/claude-code-now/config-switcher/presets/settings_custom.json ~/.claude/
Then edit the files with your actual API keys and youβre ready to use the config switcher!
Security: API keys stored locally, never uploaded anywhere.
Use GUI: Navigate to config-switcher/Claude Config Switcher.app
Put the APP in any folder, click the icon to launch directly.
That simple.
curl -fsSL https://raw.githubusercontent.com/orange2ai/claude-code-now/main/install.sh | bash
Thatβs it! This single command will:
Create Claude Code folder in your Documents:
Documents/
βββ Claude Code/ # Create this folder
Method 1: Direct Download (Recommended)
Claude Code Now.app to Applications folderπ₯ Dock Installation:
β‘ Finder Toolbar Installation:
Hold Command key, drag Claude Code Now.app to Finder toolbar
Click toolbar icon, Claude Code launches in current directory
Method 2: Git Clone
git clone https://github.com/orange2ai/claude-code-now.git
cp -r "Claude Code Now.app" /Applications/
Method 3: Command Line Installation
# Download script
curl -fsSL https://raw.githubusercontent.com/orange2ai/claude-code-now/main/claude-code-now.sh -o claude-code-now
chmod +x claude-code-now
# Move to system path
sudo mv claude-code-now /usr/local/bin/
π₯ Dock Method:
~/Documents/Claude Code folderβ‘ Finder Toolbar Method:
npm install -g @anthropic-ai/claude-codewindows branch or clone:
git clone -b windows https://github.com/orange2ai/claude-code-now.git
cd claude-code-now
install.bat
install-context-menu.bat
Right-click Method:
Command Line:
claude-code-now
Uninstall right-click menu:
uninstall-context-menu.bat
Issue: βclaude-code-now.ps1 not foundβ
diagnose.bat for detailed system diagnosisinstall.bat with administrator privileges before install-context-menu.batCommon solutions:
%USERPROFILE%\bin to system PATHSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserMade by Orange, CEO of ListenHub.AI π§
ListenHub.AI - Transform any content into engaging podcasts using AI. Perfect for learning, content creation, and accessibility.
Philosophy: Predict β Single Point Breakthrough β All-in
Focused on minimal product design that solves real problems.
Simple: Focus on one thing, do it perfectly.
Predict user needs β Find core function β Put all energy into it.
Result: One-click launch, ultimate simplicity.
Claude Code folder in ~/DocumentsClaude Code Now/
βββ π₯ Claude Code Now.app # macOS app
βββ π§ config-switcher/ # NEW: Config Switcher
β βββ Claude Config Switcher.app # API configuration tool
βββ install.sh # Smart one-line installer
βββ claude-code-now.sh # macOS launch script
βββ claude-code-now.ps1 # Windows PowerShell script
βββ install.bat # Windows installation script
βββ install-context-menu.bat # Windows right-click menu installer
βββ uninstall-context-menu.bat # Windows right-click menu uninstaller
βββ π Documentation
β Give a Star if it helps! https://github.com/orange2ai/claude-code-now
π¬ Questions? Submit Issue
π Permanent Project Link: https://github.com/orange2ai/claude-code-now