Skip to main content

Installation

Choose an installation method based on your needs:

MethodWhen to use
DockerRuns in an isolated container, separated from your host system.
Bare MetalThe AI works directly on your machine รขโ‚ฌโ€ your real files, tools, and environment.
Docker ComposeYou already run HridaAI with Docker Compose and want to add Hrida Terminal to it.

Select your method below, then follow the steps.

Requires Docker.

1. Start the containerโ€‹

docker run -d \
  --name hrida-terminal \
  --restart unless-stopped \
  -p 8000:8000 \
  -v hrida-terminal:/home/user \
  -e HRIDA_TERMINAL_API_KEY=your-secret-key \
  ghcr.io/hrida-ai/hrida-terminal

Replace your-secret-key with a password of your choice.

Command breakdown
FlagPurpose
-dRun in background
--name hrida-terminalContainer name for reference
--restart unless-stoppedAuto-restart on reboot
-p 8000:8000Expose on http://localhost:8000
-v hrida-terminal:/home/userPersist files across restarts
-e HRIDA_TERMINAL_API_KEY=...Authentication key

2. Verifyโ€‹

Open http://localhost:8000/docs in your browser. You should see the Hrida Terminal API page.

Auto-generated API key

If no API key was set, one is generated automatically. Find it with:

docker logs hrida-terminal

Next stepโ€‹

Connect to HridaAI รขโ€ โ€™

This content is for informational purposes only and does not constitute a warranty, guarantee, or contractual commitment. Hrida AI is proprietary software owned by Zlabs Innovation, provided "as is." See your license for applicable terms. ยฉ 2026 Zlabs Innovation. All rights reserved.