Self-hosted GT AI OS Community Edition (Gen 2): Docker install on Ubuntu, DGX, and Apple Silicon with RBAC, RAG, and custom agents.
11
stars
92
commits
Python
primary language
Sep 2, 2026
updated
GT AI OS Community Edition is a self-hosted, web-based generative AI platform for individuals and teams who need document-centric workflows with strong data-privacy controls. Install on Ubuntu (x86_64), NVIDIA DGX OS 7 (ARM64), or Apple Silicon macOS using Docker and the runbooks in this repositoryβs wiki.
π New: GT AI OS Gen 3 is here. Check out our next-generation platform at github.com/GT-Edge-AI/GT-AI-OS.
Choose your platform for step-by-step instructions:
| Platform | Guide |
|---|---|
| Ubuntu 24.04 (x86_64) | Installation β Ubuntu |
| NVIDIA DGX OS 7 (ARM64) | Installation β DGX |
| macOS (Apple Silicon M1+) | Installation β macOS |
Each platform uses its own install script. Select the guide that matches your OS and CPU architecture.
Start here: Installation (wiki)
From your clone of this repository:
macOS:
cd ~/gt-ai-os-community && git pull && bash scripts/deploy.sh
Ubuntu:
cd ~/gt-ai-os-community && git pull && bash scripts/deploy.sh
DGX:
cd ~/gt-ai-os-community && sudo git pull && sudo bash scripts/deploy.sh
For troubleshooting and release notes, see Updating.
| App | URL | Default login (first install) |
|---|---|---|
| Control Panel | http://localhost:3001 | gtadmin@test.com / Test@123 |
| Tenant App | http://localhost:3002 | gtadmin@test.com / Test@123 |
Change default passwords after first sign-in in production use.
| Platform | Architecture | Minimum resources |
|---|---|---|
| Ubuntu 24.04 | x86_64 | 4 CPU cores, 16 GB RAM, 50 GB SSD |
| DGX OS 7 | ARM64 (Grace) | See DGX installation guide |
| macOS | Apple Silicon (M1+) | 16 GB RAM, 20 GB+ free disk |
A typical install uses about 7 GB RAM at steady state. Local models, conversation history, and datasets require additional disk space.
Supported: Ubuntu on Proxmox with GPU passthrough. Not supported: Windows hosts.
Install scripts for macOS target Apple Silicon only (not Intel Macs).
Retrieval-augmented generation (RAG) uses an embedding model to index uploaded files. NVIDIA GPUs and Apple Silicon accelerate embedding and dataset ingestion.
| Topic | Detail |
|---|---|
| Embedding model (v2.0.34+) | BAAI/bge-m3 (~3.78 GB VRAM when loaded on GPU) |
| Minimum GPU VRAM at install | 4 GB (smaller GPUs may be supported in a future release) |
| Ubuntu + NVIDIA | Install the GPU before running the Ubuntu runbook; drivers are installed by the runbook |
| macOS | No extra drivers; Metal acceleration is part of the standard install |
| CPU-only | Supported; dataset uploads are slower without GPU acceleration |
| GPU added after install | Not supported for switching embeddings CPUβGPU in v2.0.34; planned for a future release |
Full guides are in the wiki:
| Topic | Description |
|---|---|
| Installation | Fresh install for Ubuntu, DGX, and macOS |
| Updating | Upgrade an existing deployment |
| Control Panel Guide | Admin configuration |
| Tenant App Guide | End-user guide |
| Ollama Setup | Local model configuration |
| NVIDIA NIM | GPU-accelerated cloud inference |
| Groq | Fast cloud inference |
| Cloudflare Tunnel | Remote access without port forwarding |
| Troubleshooting | Common issues |
docker compose ps # Service status
docker compose logs -f # Follow logs
docker compose down # Stop stack
docker compose up -d # Start stack
| Capability | Community (free) | Enterprise (paid) |
|---|---|---|
| Users | Up to 10 | Licensed seats |
| Support | GitHub Issues | Dedicated support |
| Billing and reports | β | Financial controls |
| Professional agents | β | Pre-built agent packs |
| Inference | Bring your own | Fully managed option |
| Deployment | Self-hosted (DIY) | Managed deployment |
| Uptime | Self-operated | 99.99% SLA (managed) |
Enterprise: Contact GT Edge AI
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β GT AI OS β
ββββββββββββββββββββ¬βββββββββββββββββββββββ¬βββββββββββββββββββββββ€
β Control Panel β Tenant App β Resource Cluster β
β (Admin UI) β (User UI) β (AI inference routing)β
ββββββββββββββββββββ΄βββββββββββββββββββββββ΄βββββββββββββββββββββββ€
β PostgreSQL β
β Control DB β Tenant DB β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Apache License 2.0 β see LICENSE.
GT AI OS Community Edition Β· GT Edge AI
Python
53.7%
TypeScript
40.5%
PLpgSQL
3.3%
Shell
2.1%
Self-hosted GT AI OS Community Edition (Gen 2): Docker install on Ubuntu, DGX, and Apple Silicon with RBAC, RAG, and custom agents.
11
stars
92
commits
Python
primary language
Sep 2, 2026
updated
GT AI OS Community Edition is a self-hosted, web-based generative AI platform for individuals and teams who need document-centric workflows with strong data-privacy controls. Install on Ubuntu (x86_64), NVIDIA DGX OS 7 (ARM64), or Apple Silicon macOS using Docker and the runbooks in this repositoryβs wiki.
π New: GT AI OS Gen 3 is here. Check out our next-generation platform at github.com/GT-Edge-AI/GT-AI-OS.
Choose your platform for step-by-step instructions:
| Platform | Guide |
|---|---|
| Ubuntu 24.04 (x86_64) | Installation β Ubuntu |
| NVIDIA DGX OS 7 (ARM64) | Installation β DGX |
| macOS (Apple Silicon M1+) | Installation β macOS |
Each platform uses its own install script. Select the guide that matches your OS and CPU architecture.
Start here: Installation (wiki)
From your clone of this repository:
macOS:
cd ~/gt-ai-os-community && git pull && bash scripts/deploy.sh
Ubuntu:
cd ~/gt-ai-os-community && git pull && bash scripts/deploy.sh
DGX:
cd ~/gt-ai-os-community && sudo git pull && sudo bash scripts/deploy.sh
For troubleshooting and release notes, see Updating.
| App | URL | Default login (first install) |
|---|---|---|
| Control Panel | http://localhost:3001 | gtadmin@test.com / Test@123 |
| Tenant App | http://localhost:3002 | gtadmin@test.com / Test@123 |
Change default passwords after first sign-in in production use.
| Platform | Architecture | Minimum resources |
|---|---|---|
| Ubuntu 24.04 | x86_64 | 4 CPU cores, 16 GB RAM, 50 GB SSD |
| DGX OS 7 | ARM64 (Grace) | See DGX installation guide |
| macOS | Apple Silicon (M1+) | 16 GB RAM, 20 GB+ free disk |
A typical install uses about 7 GB RAM at steady state. Local models, conversation history, and datasets require additional disk space.
Supported: Ubuntu on Proxmox with GPU passthrough. Not supported: Windows hosts.
Install scripts for macOS target Apple Silicon only (not Intel Macs).
Retrieval-augmented generation (RAG) uses an embedding model to index uploaded files. NVIDIA GPUs and Apple Silicon accelerate embedding and dataset ingestion.
| Topic | Detail |
|---|---|
| Embedding model (v2.0.34+) | BAAI/bge-m3 (~3.78 GB VRAM when loaded on GPU) |
| Minimum GPU VRAM at install | 4 GB (smaller GPUs may be supported in a future release) |
| Ubuntu + NVIDIA | Install the GPU before running the Ubuntu runbook; drivers are installed by the runbook |
| macOS | No extra drivers; Metal acceleration is part of the standard install |
| CPU-only | Supported; dataset uploads are slower without GPU acceleration |
| GPU added after install | Not supported for switching embeddings CPUβGPU in v2.0.34; planned for a future release |
Full guides are in the wiki:
| Topic | Description |
|---|---|
| Installation | Fresh install for Ubuntu, DGX, and macOS |
| Updating | Upgrade an existing deployment |
| Control Panel Guide | Admin configuration |
| Tenant App Guide | End-user guide |
| Ollama Setup | Local model configuration |
| NVIDIA NIM | GPU-accelerated cloud inference |
| Groq | Fast cloud inference |
| Cloudflare Tunnel | Remote access without port forwarding |
| Troubleshooting | Common issues |
docker compose ps # Service status
docker compose logs -f # Follow logs
docker compose down # Stop stack
docker compose up -d # Start stack
| Capability | Community (free) | Enterprise (paid) |
|---|---|---|
| Users | Up to 10 | Licensed seats |
| Support | GitHub Issues | Dedicated support |
| Billing and reports | β | Financial controls |
| Professional agents | β | Pre-built agent packs |
| Inference | Bring your own | Fully managed option |
| Deployment | Self-hosted (DIY) | Managed deployment |
| Uptime | Self-operated | 99.99% SLA (managed) |
Enterprise: Contact GT Edge AI
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β GT AI OS β
ββββββββββββββββββββ¬βββββββββββββββββββββββ¬βββββββββββββββββββββββ€
β Control Panel β Tenant App β Resource Cluster β
β (Admin UI) β (User UI) β (AI inference routing)β
ββββββββββββββββββββ΄βββββββββββββββββββββββ΄βββββββββββββββββββββββ€
β PostgreSQL β
β Control DB β Tenant DB β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Apache License 2.0 β see LICENSE.
GT AI OS Community Edition Β· GT Edge AI
Python
53.7%
TypeScript
40.5%
PLpgSQL
3.3%
Shell
2.1%