Skip to content

Releases: hackIDLE/grclanker

GRC Clanker v0.0.1 (Experimental)

06 Apr 08:21

Choose a tag to compare

Pre-release

First public experimental CLI release for grclanker.

grclanker is an open source AI GRC CLI built on top of Pi. 0.0.1 is the first public bundle line and should be treated like an experimental prerelease: usable, but still moving quickly.

Highlights

  • Bundled runtime installers for macOS, Linux, and Windows release targets
  • Real setup flow with grclanker setup
  • Local-first path for Ollama-compatible models, with Gemma 4 as the documented default example
  • Explicit hosted-model path instead of silent fallback behavior
  • Current workflow rails:
    • /investigate
    • /audit
    • /assess
    • /validate
  • Repo specs can be used as build inputs by the CLI
  • Dedicated runtime state under ~/.grclanker/agent

Install

macOS / Linux:

curl -fsSL https://grclanker.com/install | bash
grclanker setup

Windows PowerShell:

powershell -ExecutionPolicy Bypass -c "irm https://grclanker.com/install.ps1 | iex"
grclanker setup

Full docs:

Validation notes

  • macOS bundle build, install flow, and launcher smoke-tested locally
  • Windows ARM bundle build, installer, and launcher smoke-tested in a disposable Parallels Windows 11 ARM clone
  • Windows remains best-effort for 0.0.1, even though the installer path was validated

Known release posture

  • macOS and Linux are the recommended platforms for this release
  • Windows support is present but not a priority yet
  • Breaking changes are still likely while the runtime, setup flow, and workflows settle

Spec Viewer with Monaco Editor

05 Apr 20:59

Choose a tag to compare

Polished spec viewer — Monaco editor, nav refinements, and layout tweaks.

  • Monaco editor for spec pages with Catppuccin Frappé syntax theme
  • "by hackIDLE" attribution in nav bar
  • Simplified spec page chrome and tightened catalog layout
  • Line number and word-wrap polish

Still specs-only — no companion yet.

31 GRC Compliance Automation Specs

05 Apr 20:59

Choose a tag to compare

The original GRC Clanker — 31 compliance automation spec pages on grclanker.com.

  • 31 GRC spec documents covering NIST, FedRAMP, SOC 2, ISO 27001, and more
  • Astro-powered static site with Catppuccin Frappé theme
  • Spec catalog with search and filtering

No editor, no companion — just the specs.