Your own ChatGPT — for free. No API costs, no subscriptions, no catch.
A single-container deployment of Open WebUI + Open Terminal, pre-configured with 100+ free AI models via NVIDIA NIM.
- Click the Deploy on Railway button above
- Get a free API key from NVIDIA NIM (no credit card needed)
- Set
NVIDIA_NIM_API_KEYto your key - Set
WEBUI_ADMIN_EMAILandWEBUI_ADMIN_PASSWORDto your desired login credentials - Deploy, open the generated URL, and sign in
cp .env.example .env
# Edit .env with your NVIDIA_NIM_API_KEY and login credentials
docker build -t chatgpt-at-home .
docker run -d -p 3000:8080 --env-file .env chatgpt-at-homeOpen http://localhost:3000 and sign in with your credentials.
| Variable | Required | Description |
|---|---|---|
NVIDIA_NIM_API_KEY |
Yes | Free API key from NVIDIA NIM |
WEBUI_ADMIN_EMAIL |
Yes | Admin login email |
WEBUI_ADMIN_PASSWORD |
Yes | Admin login password |
This project combines Open WebUI (MIT) and Open Terminal (MIT).
