Install Terminal Agent
Describe what you want in plain English. Terminal Agent proposes shell commands, shows how risky each one is, and runs the ones you approve. It works on macOS and Linux.
1. Run the installer
curl -fsSL https://ai-agent.serverpulse.in/install.sh | bashIt installs the ai command, applies the team's default settings, installs Claude Code if it's missing, and sets up your shell.
2. Sign in with your own company Claude account
When the installer asks, sign in with your work account. If you skipped that step, run:
claude auth loginEach person signs in with their own seat on the company Claude plan. Never share your login. Commands run on your computer, and this server never sees your requests or their output.
3. Open a new terminal and check
ai doctorEvery row should show a check mark. Then try it:
ai "show the 10 largest files in this folder"
ai "what is listening on port 3000?"
ai chat # type exit to leaveUpdate or uninstall
- Update: run the install command from step 1 again.
- Uninstall:
curl -fsSL https://ai-agent.serverpulse.in/install.sh | bash -s -- --uninstall