Back to projects
activev0.3.0

agent-presence

Discord Rich Presence for Claude Code and Codex. One static binary, no bot token.

A small Rust tool that shows what your coding agent is doing live in your Discord status. It ships as a single static binary, needs no bot token, and shows little by default, so you decide what is visible.

Latest release
v0.3.0
Platform
macOS / Windows / Linux
Download
4 release assets
Updated
Sep 5, 2026
Problem

Showing agent activity in Discord usually means standing up a bot with a token and trusting whatever it decides to broadcast.

What I built

A single static Rust binary that talks to Discord's local Rich Presence IPC. No bot token, no hosted service, and conservative defaults for what it shows.

Developer setup

clonegit clone https://github.com/jx-grxf/agent-presence.git && cd agent-presence

Highlights

  • Shows live in Discord what your Claude Code or Codex session is doing.
  • One static Rust binary, no bot token, no hosted service.
  • Conservative defaults: you control what surfaces in your status.
  • Runs on macOS, Windows, and Linux with signed release artifacts.