On-premise deployment guide
Deploy Artemis on your own infrastructure, either as a single Docker/Podman host or on a Kubernetes cluster. This page covers prerequisites and links to the latest release artifacts for both methods. For step-by-step installation, configuration, and update instructions, head to the dedicated guide for your chosen setup.
Loading latest release…Download URLs and image lists below are pulled live from the release manifest. They always reflect the latest published version.
1. Choose a deployment method
| Method | Best for |
|---|---|
| Single Machine / VM | Evaluation, single-host production, simple ops |
| Kubernetes cluster | Multi-node production, HA, autoscaling |
2. Prerequisites
Network access
The host must be able to reach:
- Your LLM provider API (OpenAI, Anthropic, Azure Foundry, Bedrock, Vertex, Cohere, Deepseek).
- The Artemis file server at
https://files.artemis.turintech.aito fetch the deployment package and CLI. (Optional if artifacts are transferred manually.)
Hardware
| Profile | CPU | Memory | Storage |
|---|---|---|---|
| Minimum | 16 cores | 32 GB | 300 GB SSD/HDD |
| Recommended | 32 cores | 64 GB | 300 GB SSD/HDD |
| Self-hosted LLM | 64 cores | 128 GB | 1 TB SSD/HDD |
Self-hosted LLMs additionally require an Nvidia CUDA GPU, Intel Data Center GPU Max 1550, or Gaudi 2. See LLM VRAM specs for sizing.
If your environment cannot meet these requirements, contact support@turintech.ai for alternatives.
Operating system
- A Linux-based distribution. For Kubernetes, any conformant cluster (cloud or on-prem) works.
GPU drivers (optional)
Install on each GPU node:
Air-gapped registries
Air-gapped deployments need a private container registry. Sonatype Nexus, JFrog Artifactory, or self-hosted Docker Registry all work. Credentials for pulling Artemis images are provided by TurinTech.
3. Latest artifacts
All deployment artifacts for the current release are listed below. Pick the bundle that matches your chosen method.
Single Machine / VM
Loading latest release…Credentials for the file server and image registry are provided separately by TurinTech.
For installation steps, see Single Machine / VM.
Kubernetes
Loading latest release…Pick the binary matching your control machine. Save it as cli (or cli.exe on Windows) and chmod +x on Linux/macOS.
For installation steps, see Kubernetes cluster.
4. Browser support
Artemis is tested against the latest versions of Chrome, Firefox, and Edge. Chrome is recommended for the best experience. Older browser versions may misbehave, so keep your browser up to date.