Download

Muxit Free is in public beta.

One server for every instrument on your bench. Pick your platform, run the one-liner, open http://127.0.0.1:8765. Done.

Install

Pick your platform.

The installers auto-detect your OS and CPU architecture and pull the matching build from the latest release — the same install.sh serves macOS and Linux. After install, run muxit and open http://127.0.0.1:8765.

Windows 10/11

Copy this line and paste it into PowerShell:

install.ps1
irm https://raw.githubusercontent.com/muxit-io/muxit/main/install.ps1 | iex

Or download the .zip directly →

macOS 12+

Copy this line and paste it into Terminal:

install.sh
curl -fsSL https://raw.githubusercontent.com/muxit-io/muxit/main/install.sh | bash

Or download the .tar.gz directly: Apple Silicon → Intel →

Linux

x86_64 (Ubuntu 22.04 / 24.04 LTS or similar) and arm64 (Raspberry Pi 4 / 5 on 64-bit Pi OS, and other arm64 boards). 32-bit Pi OS is not supported.

Copy this line and paste it into your terminal:

install.sh
curl -fsSL https://raw.githubusercontent.com/muxit-io/muxit/main/install.sh | bash

Or download the .tar.gz directly: x64 → arm64 →

Prefer to verify the binary first? Every release ships a checksums.txt alongside the archives. Source for the installer scripts and the driver SDK is Apache-2.0 licensed at github.com/muxit-io/muxit; the Muxit application binary itself is proprietary and governed by the EULA presented on first launch.

macOS

A couple of macOS notes.

The macOS builds aren't code-signed or notarized yet, so Gatekeeper quarantines a downloaded binary. The install script clears that for you; if you grab a .tar.gz by hand instead, run xattr -dr com.apple.quarantine <install-dir> once before launching.

Cameras, SCPI/serial/USB instruments, scripts, AI, dashboards, MQTT, and Python drivers all work. Camera capture uses the system ffmpeg — install it with brew install ffmpeg. Two OpenCV-only features aren't available on macOS: video recording and the Vision detection driver. See the macOS notes in the docs for details.

Free tier

What you get.

Free is fully capable. Real instruments work, AI works, scripts work. It's the same Muxit Maker and Pro use — capped on a few limits, so you can decide if it's worth upgrading.

  • Built-in drivers — TestDevice, Webcam, ONVIF, FileAccess, MqttBridge, WebhookNotifier, EmailNotifier
  • Built-in Scpi, LineText, and BinaryStream protocols (serial, TCP, USB-TMC)
  • Plugin marketplace access (community drivers, free forever)
  • 3 connectors, unlimited scripts (max 3 running concurrently), unlimited dashboards
  • 1 instance per machine
  • MCP integration — Claude Desktop, Claude Code, any MCP client
  • Local LLM via Ollama or LM Studio
  • ai() function in scripts (using your configured MCP / local provider)

See full pricing →