Skip to content

AI Workbench v1.9.4

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:36
· 5 commits to main since this release

AI Workbench v1.9.4

What's Changed

Added

  • [ADD] Two new AI backends: ollama-opencode and ollama-pi. You can now launch OpenCode and Pi through Ollama directly from the workbench. Both appear as separate entries in the F8 backend menu ("OllamaOC" / "OllamaPi") and have their own dedicated Settings fields under Shift+F8 → Paths: "Ollama OpenCode Command" and "Ollama Pi Command". Defaults are ollama launch opencode and ollama launch pi; add --model ... in Settings or config.yaml to target a specific model, e.g.:
    pty:
      ollama_opencode_command: ["ollama", "launch", "opencode", "--model", "kimi-k2.7-code:cloud"]
      ollama_pi_command: ["ollama", "launch", "pi", "--model", "qwen3.5:cloud"]
  • The CLI accepts ai-workbench ollama-opencode and ai-workbench ollama-pi; session persistence stores them as ollama-opencode / ollama-pi.
  • The setup wizard now detects ollama, lets you configure the Ollama path, and picks the new backends with keys 5 and 6.

Downloads

Platform Architecture Download
Linux x64 ai-workbench-x86_64-unknown-linux-gnu.tar.gz
Linux ARM64 ai-workbench-aarch64-unknown-linux-gnu.tar.gz
macOS Apple Silicon (M1/M2/M3/M4) ai-workbench-aarch64-apple-darwin.tar.gz
macOS Intel ai-workbench-x86_64-apple-darwin.tar.gz
Windows x64 ai-workbench-x86_64-pc-windows-msvc.zip
Windows ARM64 ai-workbench-aarch64-pc-windows-msvc.zip

Installation

Homebrew (macOS / Linux):

brew install eqms/ai-workbench/ai-workbench

Unix (Linux/macOS):

# Download and extract
tar xzf ai-workbench-*.tar.gz
chmod +x ai-workbench
./ai-workbench

Windows:

# Extract zip and run
Expand-Archive ai-workbench-*.zip -DestinationPath .
.\ai-workbench.exe

Auto-Update

AI Workbench includes built-in auto-update functionality. Updates are checked automatically on startup.

See README for full documentation.