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:
- Always need to open Terminal
- Have to choose folders
- Need to confirm workspace trust
- Wait for permission dialogs
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:
- π Analyzing data in your research folder
- π» Writing code in your project directory
- π Processing documents in your reports folder
- π¨ Managing creative work in your design folder
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:
- Zhipu AI (GLM) - Best for China users
- Kimi (Moonshot AI) - High-speed thinking-turbo model
- Anthropic Official - International users
- Custom API - Other compatible services
Minimal Version (Only 85 lines):
Use the command-line version without GUI app:
cd config-switcher
./config-simpler.shSupported Configs:
- zhipu - Zhipu AI
- kimi - Moonshot AI (High-speed thinking-turbo)
- anthropic - Anthropic Official
- custom - Custom configuration
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.jsonConfiguration 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 | bashThat's it! This single command will:
- β Download the latest version automatically
- β Install to Applications folder
- β Create working directory
- β Set proper permissions
- β Show usage instructions
Create Claude Code folder in your Documents:
Documents/
βββ Claude Code/ # Create this folder
Method 1: Direct Download (Recommended)
- Download Latest Release
- Drag
Claude Code Now.appto Applications folder
π₯ Dock Installation:
- Drag from Applications to Dock
- Click to use!
β‘ Finder Toolbar Installation:
-
Hold
Commandkey, dragClaude Code Now.appto 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:
- Click Dock icon - Auto-launch in
~/Documents/Claude Codefolder - Start working - Data analysis, coding, document processing
β‘ Finder Toolbar Method:
- Open any folder - Navigate to your desired working directory in Finder
- Click toolbar icon - Claude Code launches in current directory
- Start working - Directly operate in selected directory
- Install Node.js
- Install Claude Code CLI:
npm install -g @anthropic-ai/claude-code
- Download from the
windowsbranch or clone:
git clone -b windows https://github.com/orange2ai/claude-code-now.git
cd claude-code-now- Run installation (as Administrator):
install.bat- Install right-click menu (as Administrator):
install-context-menu.batRight-click Method:
- Right-click on any folder in File Explorer
- Select "Claude Code Now"
- Claude Code launches in that directory
Command Line:
claude-code-nowUninstall right-click menu:
uninstall-context-menu.batIssue: "claude-code-now.ps1 not found"
- Run
diagnose.batfor detailed system diagnosis - Ensure you're running scripts in the claude-code-now project directory
- Run
install.batwith administrator privileges beforeinstall-context-menu.bat
Common solutions:
- Administrator privileges: Right-click β "Run as administrator"
- File permissions: Make sure PowerShell scripts are not blocked
- PATH issues: Manually add
%USERPROFILE%\binto system PATH - PowerShell policy: Run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Made 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.
- System: macOS 10.9+
- Dependency: Claude Code CLI installed
- Folder: Create
Claude Codefolder in~/Documents
- System: Windows 7+
- Dependency: Node.js and Claude Code CLI
- Permissions: Administrator rights for installation
Claude 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