Releases: daniel-farina/grokterm-releases
Release list
GrokTerm 0.1.7
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 | bashInstall 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
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 | bashInstalls 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 | bashInstall macOS app (DMG, Apple Silicon)
- Download
GrokTerm.dmg(always latest) orGrokTerm-0.1.6-macos-arm64.dmg - Open the DMG → drag GrokTerm into Applications
- 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.shon macOS bash - Headset double-tap toggles Grok Voice
Created by Daniel Farina · MIT · Notarized Developer ID
GrokTerm 0.1.5
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 | bashInstalls 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 | bashPATH (zsh):
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
grokterm --versionInstall macOS app (DMG)
- Download
GrokTerm-0.1.5-macos-arm64.dmg(orGrokTerm.dmg) from Assets below - Open the DMG → drag GrokTerm into Applications
- First launch: right-click → Open if Gatekeeper prompts (build is notarized)
Created by Daniel Farina · MIT · Notarized Developer ID
GrokTerm 0.1.4
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 | bashInstalls 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 | bashPATH (zsh):
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
grokterm --versionInstall macOS app (DMG)
- Download
GrokTerm-0.1.4-macos-arm64.dmg(orGrokTerm.dmg) from Assets below - Open the DMG → drag GrokTerm into Applications
- First launch: right-click → Open if Gatekeeper prompts (build is notarized)
Created by Daniel Farina · MIT · Notarized Developer ID