Skip to content

Releases: FineComputer14451/GrokHunter

GrokHunter 1.0.7 — Kali menu, credits, mobile site

Choose a tag to compare

@FineComputer14451 FineComputer14451 released this 08 Aug 21:38

GrokHunter 1.0.7

Desktop polish, full upstream attribution, mobile product site, and greener CI.

Highlights

  • Kali/XFCE menu — Applications → GrokHunter (grokhunter menu install)
  • Credits — four pillars (jorexdeveloper · Termux · Kali/OffSec · xAI) via grokhunter credits + CREDITS.md
  • Product site mobile layout — compact header, hamburger nav, scrollable tables, full-width CTAs
  • Smoke CI — no more false fails from credits | grep under pipefail

Upgrade

cd ~/GrokHunter && git pull
grokhunter ensure
grokhunter skills install
grokhunter menu install
grokhunter models install   # optional
grokhunter doctor
grokhunter credits

Site: https://finecomputer14451.github.io/GrokHunter/
Requires: Grok Build 1.0.0+ · unrooted Android + Termux

Not affiliated with xAI, Offensive Security, Termux, or jorexdeveloper — we credit and depend on their work.

GrokHunter 1.0.6 — doctor & desktop polish

Choose a tag to compare

@FineComputer14451 FineComputer14451 released this 08 Aug 19:09

GrokHunter 1.0.6

Doctor and desktop UX polish on top of 1.0.5 lab ops CLI.

Fixes

  • ghsu / ght / … installed as real ~/.local/bin commands (not aliases only)
  • ~/.config/grokhunter/x11-session auto-created (default often startxfce4)
  • Doctor: nethunter on Termux host is OK when you are inside Kali proot

Upgrade

cd ~/GrokHunter && git pull
grokhunter skills install   # wrappers + shortcuts
grokhunter doctor

Shortcuts

Command Action
ghsu grokhunter setup
ght grokhunter team
ghd grokhunter doctor

Site: https://finecomputer14451.github.io/GrokHunter/

GrokHunter 1.0.5 — lab ops CLI

Choose a tag to compare

@FineComputer14451 FineComputer14451 released this 08 Aug 18:51

GrokHunter 1.0.5

New day-to-day lab ops commands.

Features

  • grokhunter setup — one-shot ensure + skills install + optional models/Aider + doctor
  • Agent launchers: team, scout, review, fix, desktop, benjamin, lucas, harper
  • grokhunter agents status — installed Coding Team agents
  • Richer status: agents=N | personas=N | roles=N
  • Aliases: ghsu (setup), ght (team)

Upgrade

cd ~/GrokHunter && git pull
grokhunter setup --with-models
# or:
grokhunter ensure && grokhunter skills install

Examples

grokhunter team
grokhunter scout "Map how install_aider works"
grokhunter fix "ci-unit fails on bind-patch"
grokhunter setup --with-aider --with-models

GrokHunter 1.0.4 — full product site + CI unit

Choose a tag to compare

@FineComputer14451 FineComputer14451 released this 08 Aug 18:47

GrokHunter 1.0.4

Polish release after the 1.0.3 Grok Build 1.0.0 lab stack.

Highlights

  • Full product website — agents, personas, roles, install, CLI, upgrade, FAQ
  • GitHub Pages live: https://finecomputer14451.github.io/GrokHunter/
  • Smoke CI runs scripts/ci-unit.sh (skills/agents/personas/roles install checks)
  • README badges + repo homepage metadata

Upgrade

cd ~/GrokHunter && git pull
grokhunter ensure
grokhunter skills install
grokhunter doctor

Notes

Lab stack (Grok 1.0.0, Aider uv, Coding Team) shipped in 1.0.3. This release is site + CI polish.

Full changelog

GrokHunter 1.0.3 — Grok Build 1.0.0 lab stack

Choose a tag to compare

@FineComputer14451 FineComputer14451 released this 08 Aug 05:42

GrokHunter 1.0.3

Full alignment with Grok Build 1.0.0 (stable) for the rootless NetHunter coding lab.

Highlights

  • Grok Build ≥ 1.0.0 — ensure, doctor, NetHunter profile (channel=stable, grok-4.5)
  • Aider fix — uv + managed Python 3.12 (works on Kali 3.13)
  • Agents — Coding Team + scout / review / fix / desktop
  • Personas — mobile, concise, shell-first, pair, security-lab, design/build/harden cards
  • Roles — architect, builder, reliability, mapper, code-review, surgical, x11-desktop

Upgrade

git pull
grokhunter ensure
grokhunter skills install
grokhunter models install   # optional V9 pickers
grokhunter doctor

Docs