Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 03:05

Toolport 1.0.0

Conduit is now Toolport. Same local-first MCP gateway, new name and identity, and our first stable release.

Toolport is one local gateway for all your MCP servers, shared by every AI client (Claude, Cursor, Codex, and the rest). Set up and authenticate each server once; your keys stay in the OS keychain; and lazy discovery keeps your agent's context flat: up to ~90% fewer tokens at the same task success, graded for correct answers.

The rename

  • Everything you see is now Toolport: the app, the window, and the meta-tools (toolport_status, toolport_search_tools, toolport_call_tool, and the rest). The old conduit_* names keep working as aliases, so nothing breaks.
  • Upgrading from Conduit is seamless. Internal identifiers (the conduit-gateway binary, your data directory, keychain entries, and CONDUIT_* environment variables) are unchanged, so your servers and saved secrets carry over with zero reconfiguration.

Also in this release (since 0.9.4)

  • Security: confidence scoring and new injection categories. The tool-poisoning and content-defense scanner now combines signals into a weighted confidence score and adds three detection categories: role-jailbreak, system-prompt exfiltration, and chat-template delimiter injection.
  • Audit: per-client attribution. Every tool call in the audit log is now stamped with the client that made it.
  • Live request/response inspection (opt-in) in Activity, so you can see the real bytes flowing through the gateway.
  • stdio spawn-arg supply-chain guard, plus clearer error-vs-empty states in Activity.

Install

Grab the installer for your OS below. Windows and macOS builds are code-signed (macOS is also notarized); Linux ships as a .deb (recommended) and an AppImage. Already running an older build? The in-app updater will bring you to 1.0.0 in place.

Full changelog: v0.9.4...v1.0.0