General
What is Termpad?
What is Termpad?
Is Termpad free?
Is Termpad free?
Do I need an account to use Termpad?
Do I need an account to use Termpad?
Does Termpad collect my data?
Does Termpad collect my data?
Which platforms does Termpad support?
Which platforms does Termpad support?
- Windows 10 and later
- macOS 12 (Monterey) and later
- Linux via AppImage or .deb package
Why do I see security warnings?
Why do I see security warnings?
AI Tools
Which AI tools work with Termpad?
Which AI tools work with Termpad?
- Claude Code
- Gemini CLI
- Aider
- OpenAI Codex
- And any other CLI tool
Does Termpad include AI capabilities?
Does Termpad include AI capabilities?
How many AI agents can I run at once?
How many AI agents can I run at once?
Do the AI tools need their own licenses?
Do the AI tools need their own licenses?
Git and Worktrees
What is a git worktree?
What is a git worktree?
Where are worktrees stored?
Where are worktrees stored?
.worktrees folder inside your repository. You can change this location in settings.Do worktrees use a lot of disk space?
Do worktrees use a lot of disk space?
Can I use my own git commands?
Can I use my own git commands?
What happens to worktrees when I close Termpad?
What happens to worktrees when I close Termpad?
Terminals
Which shells are supported?
Which shells are supported?
- PowerShell (Windows PowerShell 5.x)
- PowerShell Core (pwsh)
- Command Prompt (cmd.exe)
- Git Bash
- WSL distributions (Ubuntu, Debian, Arch, Fedora, openSUSE, Kali, Alpine, etc.)
- Bash
- Zsh
- Fish
- sh
- dash
- ksh (Korn Shell)
- tcsh
- csh (C Shell)
- Any custom shell you configure
How do I copy/paste in the terminal?
How do I copy/paste in the terminal?
- Windows/Linux:
Ctrl+Cto copy (or select and right-click),Ctrl+Vto paste - macOS:
Cmd+Cto copy,Cmd+Vto paste
Scripts and Automation
What are setup scripts?
What are setup scripts?
What is exclusive mode for scripts?
What is exclusive mode for scripts?
Can I use environment variables in scripts?
Can I use environment variables in scripts?
$TERMPAD_WORKSPACE_NAME, $TERMPAD_WORKSPACE_PATH, $TERMPAD_ROOT_PATH, and $TERMPAD_PORT that you can use in your scripts. See the Environment Variables section for details.Troubleshooting
Termpad is running slowly
Termpad is running slowly
- Close unused worktrees
- Check system resources (each AI agent like Claude Code uses 500-800 MB RAM)
- Reduce the number of parallel AI agents
- Restart the app to clear memory
Git operations are slow
Git operations are slow
- Large repositories take longer
- Add build artifacts to
.gitignore - The issue might be network-related if accessing remote
Notifications aren't working
Notifications aren't working
- Check Termpad settings
- Check OS notification permissions
- Disable “Background only” if you want notifications while focused