Skip to content

Releases: daniel-farina/grokterm-releases

GrokTerm 0.1.7

Choose a tag to compare

@daniel-farina daniel-farina released this 27 Jul 20:15

GrokTerm 0.1.7

New graffiti GT app icon + notarized macOS app (Apple Silicon) + CLI for macOS arm64/Intel.

Platform Asset
macOS Apple Silicon grokterm-0.1.7-aarch64-apple-darwin.tar.gz
macOS Intel grokterm-0.1.7-x86_64-apple-darwin.tar.gz
Linux x86_64 grokterm-0.1.7-x86_64-unknown-linux-gnu.tar.gz (CI)
Linux arm64 grokterm-0.1.7-aarch64-unknown-linux-gnu.tar.gz (CI)
macOS app (arm64) GrokTerm-0.1.7-macos-arm64.dmg / GrokTerm.dmg

Install CLI

curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

Install macOS app

Download GrokTerm.dmg (always latest) → Applications.

Highlights

  • New black/silver graffiti GT Dock & app icon
  • Site logo updated on https://grokterm.com
  • Custom multi-tab TUI host for Grok Build
  • Two-way Grok Voice, multi-session, MCP-ready

Created by Daniel Farina

GrokTerm 0.1.6

Choose a tag to compare

@daniel-farina daniel-farina released this 27 Jul 17:38

GrokTerm 0.1.6

Notarized macOS app (Apple Silicon) + CLI for:

Platform Asset
macOS Apple Silicon grokterm-0.1.6-aarch64-apple-darwin.tar.gz
macOS Intel grokterm-0.1.6-x86_64-apple-darwin.tar.gz
Linux x86_64 grokterm-0.1.6-x86_64-unknown-linux-gnu.tar.gz
Linux arm64 grokterm-0.1.6-aarch64-unknown-linux-gnu.tar.gz
macOS app (arm64) GrokTerm-0.1.6-macos-arm64.dmg / GrokTerm.dmg

This repository is binaries only (application source is not published here).


Install CLI with curl (auto-detects OS/arch)

curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

Installs to ~/.local/bin. Pin a version or install dir:

export GROKTERM_VERSION=v0.1.6          # or omit for latest
export GROKTERM_INSTALL="$HOME/.local/bin"  # default
curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

Install macOS app (DMG, Apple Silicon)

  1. Download GrokTerm.dmg (always latest) or GrokTerm-0.1.6-macos-arm64.dmg
  2. Open the DMG → drag GrokTerm into Applications
  3. First launch: right-click → Open if Gatekeeper prompts (build is notarized)

Intel Macs: use the CLI install (or the x86_64-apple-darwin tarball).

Highlights (0.1.6)

  • Right-click context menu: Copy / Paste / Settings / Voice / Manager / new tabs
  • Keyboard clipboard: ⌘C · ⌘V (or Ctrl+Shift+C/V); Ctrl+C still interrupts
  • Multi-arch CLI: macOS arm64/Intel + Linux x86_64/arm64
  • Calmer new-tab & rename modals
  • Fixed curl install.sh on macOS bash
  • Headset double-tap toggles Grok Voice

Created by Daniel Farina · MIT · Notarized Developer ID

GrokTerm 0.1.5

Choose a tag to compare

@daniel-farina daniel-farina released this 27 Jul 16:48

GrokTerm 0.1.5

Notarized macOS app (Apple Silicon) + CLI tarball.

This repository is binaries only (application source is not published here).


Install CLI with curl

curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

Installs to ~/.local/bin. Pin a version:

export GROKTERM_VERSION=v0.1.5
curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

PATH (zsh):

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
grokterm --version

Install macOS app (DMG)

  1. Download GrokTerm-0.1.5-macos-arm64.dmg (or GrokTerm.dmg) from Assets below
  2. Open the DMG → drag GrokTerm into Applications
  3. First launch: right-click → Open if Gatekeeper prompts (build is notarized)

Created by Daniel Farina · MIT · Notarized Developer ID

GrokTerm 0.1.4

Choose a tag to compare

@daniel-farina daniel-farina released this 27 Jul 16:26

GrokTerm 0.1.4

Notarized macOS app (Apple Silicon) + CLI tarball.

This repository is binaries only (application source is not published here).


Install CLI with curl

curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

Installs to ~/.local/bin. Pin a version:

export GROKTERM_VERSION=v0.1.4
curl -fsSL https://raw.githubusercontent.com/daniel-farina/grokterm-releases/main/install.sh | bash

PATH (zsh):

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
grokterm --version

Install macOS app (DMG)

  1. Download GrokTerm-0.1.4-macos-arm64.dmg (or GrokTerm.dmg) from Assets below
  2. Open the DMG → drag GrokTerm into Applications
  3. First launch: right-click → Open if Gatekeeper prompts (build is notarized)

Created by Daniel Farina · MIT · Notarized Developer ID