For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build Claude Alternative in 20 Mins

Running DAX, OpenWork and GPT OSS 20B in GCP

Here are few steps to setup and run Claude alternative using OSS that runs in your cloud. Everything full in your control without any external API or sharing data required.

1. Install DAX

This provide automated GPU instance provisioning in our cloud without dealing with complexity like NVIDIA drivers, stuck in downloading large models, docker setup and many others things. This step will required 5 minutes of setup and make sure you have GPU Quota activated in your GCP project.

Go to https://github.com/dagploy/dax and run the installation

2. Download GPT OSS 20B and VLLM

Start by caching Docker images and models first, around 100GB in total.

Step 1: Cache the VLLM docker

Step 2: Cache GPTOSS 20B from Huggingface

You can start tunneling from host into your GCP VM or using VPN.

Step 3: Run inferencing

3. Install OpenWork in your Laptop

Download Openworks

Connect openwork with your GPT OSS 20B VM instance. Follow their tutorial. For Linux, you need to edit vim ~/.config/opencode/opencode.json

Make sure to match the model , port and url

Author tested that Qwen 3.6 27B https://huggingface.co/Qwen/Qwen3.6-27B perform better on integration with OpenWork.

Do you need assistance to build Sovereign AI infra in your organization? feel free to drop message at https://www.dagploy.com/contact

Or, learn more about Dagploy

Last updated

Was this helpful?