Download MTCode applications for publishing private services, connecting to shared services, and running remote GPU workloads.
All packages are 64-bit. macOS packages are Apple Silicon (ARM64); Windows and Linux packages are x64. Choose the package for the product you need: MTCode Server to publish services, MTCode Portal to access them, GPU Server to share GPU compute, or RemoteGPU for the VS Code client.
| Product | Windows 10/11 | Linux | macOS | |
|---|---|---|---|---|
| MTCode DirectLink — Publish private TCP services and let authorized users access them securely from anywhere — no public IP, VPN, port forwarding, or relay in the data path | ||||
| 🖥️ MTCode Server Learn More | NVIDIA GPU | MTCodeServer-NVIDIA-Win64.exe | mtcode-server-nvidia-linux-x64.tar.gz | MTCodeServer-macOS-ARM64.dmg Apple GPU only (Metal) |
| AMD GPU | MTCodeServer-AMD-Win64.exe | mtcode-server-amd-linux-x64.tar.gz | ||
| CPU only | MTCodeServer-CPU-Win64.exe | mtcode-server-cpu-linux-x64.tar.gz | ||
| 🔌 MTCode Portal Learn More | MTCodePortal-Win64.exe | mtcode-portal-linux-x64.tar.gz | MTCodePortal-macOS-ARM64.dmg | |
| MTCode DirectGPU — Share GPU computer securely: administrators run MTCode GPU Server; users run Python workloads through the RemoteGPU extension | ||||
| 🎮 MTCode GPU Server Learn More | MTCodeGPUServer-Win64.exe | mtcode-gpu-server-linux-x64.tar.gz | MTCodeGPUServer-macOS-ARM64.dmg | |
| 🚀 MTCode RemoteGPU Learn More | mtcode-remotegpu.vsix VS Code / MTCode Studio extension — cross-platform (currently Windows only) | |||
| A VS Code extension providing AI coding assistance — code generation, inline completion, and chat — powered by a self-hosted LLM via MTCode Server, with no data sent to third-party AI services | ||||
| 🔥 MTCode AI Phoenix Learn More | mtcode-ai-phoenix.vsix VS Code / MTCode Studio extension — cross-platform (currently Windows only) | |||
| A customized VS Code distribution with integrated multi-workspace management and streamlined project configuration, build, and debugging for C/C++ and Python projects; pre-installed with MTCode RemoteGPU and MTCode AI Phoenix extensions | ||||
| 💻 MTCode Studio Learn More | MTCodeStudioSetup-Win64.exe | mtcode-studio-linux-x64.tar.gz | MTCodeStudio-macOS-ARM64.dmg | |
Run the downloaded .exe installer and follow the setup wizard. The application will be installed to %LocalAppData%\Programs\ by default.
Extract the .tar.gz archive and run the included installer:
tar -xzf mtcode-portal-linux-x64.tar.gz
cd mtcode-portal
sudo ./install.sh
The installer copies the application to /opt/mtcode-portal/, adds an icon to the application menu (GNOME / KDE / XFCE), and creates a mtcode-portal command available system-wide. After installation, search for MTCode Portal in your application launcher, or run mtcode-portal from a terminal.
To uninstall: sudo /opt/mtcode-portal/uninstall.sh
System requirements: Ubuntu 20.04+ or compatible Linux distribution with GTK3 (libgtk-3) installed. GTK3 is pre-installed on most desktop Linux systems.
Open the downloaded .dmg file and drag the application to the Applications folder. Launch it from Launchpad or Spotlight.
Open VS Code or MTCode Studio, go to the Extensions view (Ctrl+Shift+X), click ⋯ → Install from VSIX…, and select the downloaded .vsix file.