Download GOTRS
Get started with GOTRS today. Choose from multiple deployment options to fit your infrastructure.
Quick Start with Docker/Podman
The fastest way to try GOTRS is with containers:
# Clone the repository
git clone https://github.com/gotrs-io/gotrs-ce.git
cd gotrs-ce
# Start with Docker Compose
docker-compose up -d
# Or with Podman Compose
podman-compose up -d
Access GOTRS at http://localhost:8080
Default Login:
- Username:
admin@localhost
- Password:
admin123
⚠️ Security Note: Change the default password immediately in production!
Container Images
Pre-built container images are available on GitHub Container Registry:
# Backend
podman pull ghcr.io/gotrs-io/gotrs-ce/backend:latest
# Frontend
podman pull ghcr.io/gotrs-io/gotrs-ce/frontend:latest
Source Code
Build from source for development or customization:
# Clone repository
git clone https://github.com/gotrs-io/gotrs-ce.git
cd gotrs-ce
# Install dependencies
go mod download
cd web && npm ci
# Run in development mode
make up
System Requirements
Minimum Requirements
- CPU: 2 cores
- RAM: 4GB
- Storage: 10GB
- OS: Linux, macOS, or Windows with WSL2
Recommended for Production
- CPU: 4+ cores
- RAM: 8GB+
- Storage: 50GB+ SSD
- OS: Linux (RHEL, Ubuntu, or similar)
Supported Platforms
- Container Runtime: Docker 20.10+, Podman 4.0+
- Orchestration: Kubernetes 1.25+, OpenShift 4.10+
- Databases: PostgreSQL 15+
- Cache: Valkey 7+
- Architectures: amd64, arm64
Installation Guides
Choose your deployment method:
Next Steps
- Quick Start Guide - Get up and running in 5 minutes
- Configuration Guide - Configure GOTRS for your organization
- Migration Guide - Migrate from OTRS or other systems
- API Documentation - Integrate with existing tools
Support
- Community Support: GitHub Discussions
- Issue Tracking: GitHub Issues
- Documentation: docs.gotrs.io
License: GOTRS is licensed under AGPL-3.0