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
  • 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

  1. Quick Start Guide - Get up and running in 5 minutes
  2. Configuration Guide - Configure GOTRS for your organization
  3. Migration Guide - Migrate from OTRS or other systems
  4. API Documentation - Integrate with existing tools

Support


License: GOTRS is licensed under AGPL-3.0