Skip to content

Releases: mazjq/agent-knocks

Agent Knocks v0.1.0 (Rust)

05 Jun 03:03

Choose a tag to compare

First Rust release of Agent Knocks — a tiny system-tray status light for AI coding agents (Claude Code / Codex / pi). Tri-state dot + intuitive earcons + toast, hook-driven, EN/中文, click-to-focus the agent's window. Native single EXE (~0.45 MB), ~10 MB resident. Windows.

Install (no Rust toolchain needed): download the zip → unzip → double-click install.cmd. Uninstall: uninstall.cmd.

Build from source instead: git cloneinstall.cmd (needs https://rustup.rs).

The original C# edition remains at the csharp-final release.

Agent Knocks - C# edition (final)

04 Jun 16:43

Choose a tag to compare

The original C# / .NET-Framework build of Agent Knocks (in-box csc.exe, ~25 KB exe, Windows-only), preserved at the point the project switched to the cross-platform Rust build (see issue #1).

  • Portable zip attached: unzip -> double-click install.cmd.
  • Source is at this tag: git checkout csharp-final (C# sources also archived under legacy/csharp/ on the main branch).
  • The Rust build is the active/maintained version going forward.