Skip to content

Releases: vininhosts/CommandNest

CommandNest v1.3.2

27 Apr 00:58

Choose a tag to compare

CommandNest 1.3.2

Gmail MCP routing release.

Download

macOS: download CommandNest-macOS.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder. The versioned CommandNest-1.3.2-7.zip asset is also included for archival installs.

Windows/Linux: download the matching CommandNest-win32-*.zip or CommandNest-linux-*.tar.gz asset from this release.

Matching .sha256 files are available for all release archives.

Quick install scripts are available from the repository:

curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-macos.sh | bash
curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-linux.sh | bash

Windows PowerShell:

irm https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-windows.ps1 | iex

Highlights

  • Added gmail_send_email, a high-impact confirmed agent tool that sends through a configured Gmail MCP server.
  • Updated the native macOS app and Windows/Linux Electron edition so Gmail prompts prefer Gmail MCP over Apple Mail or mailto drafts.
  • Added Gmail MCP setup documentation using a gmail server in ~/.commandnest/mcp.json.
  • Kept Apple Mail/default mail draft behavior for non-Gmail email requests.

macOS release builds are ad-hoc signed unless a maintainer builds them with a Developer ID certificate. Windows/Linux bundles are not code signed yet.

Permissions

The global hotkey normally needs no Accessibility permission. Local agent actions can only access files and shell capabilities available to your OS user, and write/shell/open/browser/email/GitHub/MCP actions show confirmation prompts when enabled.

CommandNest v1.3.1

27 Apr 00:47

Choose a tag to compare

CommandNest 1.3.1

Windows reliability release.

Download

macOS: download CommandNest-macOS.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder. The versioned CommandNest-1.3.1-6.zip asset is also included for archival installs.

Windows/Linux: download the matching CommandNest-win32-*.zip or CommandNest-linux-*.tar.gz asset from this release.

Matching .sha256 files are available for all release archives.

Quick install scripts are available from the repository:

curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-macos.sh | bash
curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-linux.sh | bash

Windows PowerShell:

irm https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-windows.ps1 | iex

Highlights

  • Reworked the Windows edition around native Windows behavior instead of Mac-style menu-bar assumptions.
  • Changed the Windows default global shortcut to Ctrl+Shift+Space; existing Windows installs that still have Alt+Space saved are migrated automatically.
  • Kept the Windows window visible in the taskbar and stopped auto-hiding it on blur, so Settings and the assistant no longer feel like they disappear.
  • Improved the Windows installer by stopping old running copies, creating Start menu and desktop shortcuts, launching the installed app, and printing the active shortcut.
  • Fixed Windows MCP startup for npm/npx based servers and replaced fragile findstr text search with a built-in Node search path.

macOS release builds are ad-hoc signed unless a maintainer builds them with a Developer ID certificate. Windows/Linux bundles are not code signed yet.

Permissions

The global hotkey normally needs no Accessibility permission. Local agent actions can only access files and shell capabilities available to your OS user, and write/shell/open/browser/email/GitHub/MCP actions show confirmation prompts when enabled.

CommandNest v1.3.0

27 Apr 00:32

Choose a tag to compare

CommandNest 1.3.0

Agent expansion release.

Download

macOS: download CommandNest-macOS.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder. The versioned CommandNest-1.3.0-5.zip asset is also included for archival installs.

Windows/Linux: download the matching CommandNest-win32-*.zip or CommandNest-linux-*.tar.gz asset from this release.

Matching .sha256 files are available for all release archives.

Quick install scripts are available from the repository:

curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-macos.sh | bash
curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-linux.sh | bash

Windows PowerShell:

irm https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-windows.ps1 | iex

Highlights

  • Expanded native macOS agent tools for code search/editing, project test runs, git/GitHub publishing, browser actions, email, and MCP stdio integrations.
  • Expanded Windows/Linux agent tools for code editing, test runs, git/GitHub publishing, browser/search actions, email drafts, and MCP stdio integrations.
  • Added built-in MCP presets for filesystem, GitHub, and Playwright browser servers, plus user-configurable mcp.json support.
  • Added safety coverage requiring confirmation for browser page reads/control, email sending, GitHub publishing, and external MCP tool calls.
  • Updated documentation, privacy notes, security guidance, and landing page copy for the expanded agent capabilities.

macOS release builds are ad-hoc signed unless a maintainer builds them with a Developer ID certificate. Windows/Linux bundles are not code signed yet.

Permissions

The global hotkey normally needs no Accessibility permission. Local agent actions can only access files and shell capabilities available to your OS user, and write/shell/open/browser/email/GitHub/MCP actions show confirmation prompts when enabled.

CommandNest v1.2.0

26 Apr 03:32

Choose a tag to compare

CommandNest 1.2.0

UI polish and cross-platform expansion release.

Download

macOS: download CommandNest-macOS.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder. The versioned CommandNest-1.2.0-4.zip asset is also included for archival installs.

Windows/Linux: download the matching CommandNest-win32-*.zip or CommandNest-linux-*.tar.gz asset from this release.

Matching .sha256 files are available for all release archives.

Quick install scripts are available from the repository:

curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-macos.sh | bash
curl -fsSL https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-linux.sh | bash

Windows PowerShell:

irm https://raw.githubusercontent.com/vininhosts/CommandNest/main/Scripts/install-windows.ps1 | iex

Highlights

  • Markdown rendering for assistant responses, so **bold** and code formatting render cleanly.
  • Collapsible Thinking panel for provider reasoning and <think>...</think> output, keeping the final answer clean.
  • Searchable model picker in both the assistant window and Settings.
  • Windows/Linux Electron edition with tray menu, global Alt+Space, OpenRouter streaming, secure API key storage, launch at login, and local agent tools.
  • GitHub Actions packaging for Windows and Linux release assets.
  • Additional tests for reasoning/thinking parsing.

macOS release builds are ad-hoc signed unless a maintainer builds them with a Developer ID certificate. Windows/Linux bundles are not code signed yet.

Permissions

The global hotkey normally needs no Accessibility permission. Local agent actions can only access files and shell capabilities available to your OS user, and write/shell/open actions show confirmation prompts when enabled.

CommandNest v1.1.0

26 Apr 02:33

Choose a tag to compare

CommandNest 1.1.0

Production-readiness release with safer local agent behavior and a stable app identity.

CommandNest is a native macOS menu bar AI assistant with a global Option + Space command palette, OpenRouter streaming responses, secure Keychain API key storage, and local agent actions for files, folders, shell commands, and app/URL opening.

Download

Download CommandNest-1.1.0-3.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder.

Highlights

  • Stable bundle ID: io.github.vininhosts.CommandNest.
  • Public OpenRouter referer: https://github.com/vininhosts/CommandNest.
  • First-launch onboarding.
  • Menu bar update checker for GitHub Releases.
  • Launch at login toggle backed by macOS Login Items.
  • Confirmation prompts for local writes, moves, Trash, app/URL opens, shell commands, and native file organization.
  • Compact local-agent activity log in the assistant window.

This first release is ad-hoc signed unless a maintainer builds it with a Developer ID certificate. macOS may require right-clicking the app and choosing Open the first time.

Permissions

The global hotkey normally needs no Accessibility permission. macOS may ask for Desktop, Documents, Downloads, external drive, network volume, or Full Disk Access permission when you ask CommandNest to inspect or organize protected locations.

CommandNest v1.0.1

25 Apr 22:46

Choose a tag to compare

CommandNest 1.0.1

First public release candidate with improved macOS privacy prompts for local agent file access.

CommandNest is a native macOS menu bar AI assistant with a global Option + Space command palette, OpenRouter streaming responses, secure Keychain API key storage, and local agent actions for files, folders, shell commands, and app/URL opening.

Download

Download CommandNest-1.0.1-2.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder.

This first release is ad-hoc signed unless a maintainer builds it with a Developer ID certificate. macOS may require right-clicking the app and choosing Open the first time.

Permissions

The global hotkey normally needs no Accessibility permission. macOS may ask for Desktop, Documents, Downloads, external drive, network volume, or Full Disk Access permission when you ask CommandNest to inspect or organize protected locations.

CommandNest v1.0.0

25 Apr 22:40

Choose a tag to compare

CommandNest 1.0.0

First public release.

CommandNest is a native macOS menu bar AI assistant with a global Option + Space command palette, OpenRouter streaming responses, secure Keychain API key storage, and local agent actions for files, folders, shell commands, and app/URL opening.

Download

Download CommandNest-1.0-1.zip, unzip it, move CommandNest.app to /Applications, then open it from Finder.

This first release is ad-hoc signed unless a maintainer builds it with a Developer ID certificate. macOS may require right-clicking the app and choosing Open the first time.

Permissions

The global hotkey normally needs no Accessibility permission. Full Disk Access may be needed if you want CommandNest to organize or inspect protected folders.