#watchlist

Toolbox 81

  • acai.sh Spec-driven dev toolkit where agents write code against numbered acceptance-criteria IDs
  • ActiveGraph Event-sourced Python agent runtime where the graph is a replayable fold over an append-only log
  • agent-manager tmux TUI listing every coding-agent session with live status, quick prompts, worktrees, and line-comment diff review sent back to the agent
  • agent-skill-linter Lints agent skill bundles for spec compliance and publishing readiness, with auto-fix
  • agent-skills-eval Test runner that measures a skill's lift by grading with-skill and without-skill runs side by side
  • allyourcodebase GitHub org packaging C/C++ projects for the Zig build system so zig build cross-compiles them
  • atomicapp Self-hosted knowledge base with built-in embeddings, auto-tagging, wiki synthesis and MCP server
  • audio-cassette-simulation Bash and ffmpeg scripts that run audio through the profile of six specific cassette tapes
  • Bento Slides Presentation tool where the deck, the viewer and the editor are all one self-saving HTML file
  • bluetui Terminal Bluetooth manager for Linux that doubles as a Bluetooth HID remote for Smart TVs
  • Boffin Routes per-edit architectural constraints into a coding agent and requires a proportional check
  • Bramble Local-first password manager with a Rust crypto core, LUKS-style key slots and peer-to-peer sync
  • claude-code-workflow-creator Claude Code skill for authoring deterministic multi-agent workflows as plain JavaScript
  • Cloud in a Bottle Imbue's open-source personal cloud: rootless sandboxed app containers behind one login, a curated catalog, and a managed tier
  • CodeAlmanac A codebase wiki maintained by coding agents β€” plain markdown in your repo, fed from agent transcripts on a schedule and gardened daily
  • commonforms CLI and Python library that detects form fields in a PDF and writes back a fillable version, using the open FFDNet models
  • CrofAI Cheap hosted inference for open-weights models, unusual for publishing each model's quantization
  • cursor-bridge Rust binary that runs Claude Code on a Cursor subscription by proxying Anthropic calls to Cursor
  • Darling Wine for macOS software β€” runs Mach-O binaries on Linux via a userspace Darwin kernel server and reimplemented Apple frameworks; CLI works, GUI experimental
  • delirehberi/news Cloudflare-hosted news aggregator ranking HN, Lobsters and Reddit by similarity to your upvotes
  • deltafin Runs Kimi K3's 2.8T weights on one Apple Silicon Mac, streaming MXFP4 experts over HTTP to disk
  • dockerscan Docker image scanner bundling CIS benchmark, secrets, CVE, supply-chain and runtime checks
  • engrim Local SQLite memory shared across coding agents: typed decision records, FTS5 plus static-embedding recall, per-agent provenance
  • feynobg Feyn's background-removal model grown from BiRefNet, plus NoBg, the library used to train and run it
  • flint-chart Microsoft's compact charting spec for LLM agents, compiled to Vega-Lite, ECharts or Chart.js
  • floci Free local AWS emulator covering 46 services, a drop-in replacement for LocalStack Community
  • forgezero Makefile-free build tool wrapping NASM/GAS/FASM/GCC behind one strict-by-default command
  • Free Ink Open e-reader stack β€” CrossPoint firmware for Xteink devices, a hardware-independent e-paper firmware SDK, and de-link, a $60 hand-solderable ESP32-S3 reader board
  • Freenet (Locutus) Rust rewrite of Freenet as a small-world peer ring hosting decentralized apps in the browser
  • gap Native side-by-side GUI diff viewer built as a testbed for linear-space Myers diff
  • GooseRelayVPN SOCKS5 VPN tunneling raw TCP through a Google Apps Script relay to a small VPS exit, with end-to-end AES-256-GCM so Google never sees plaintext
  • gosentry Fork of the Go toolchain that runs standard testing.F fuzz harnesses through a LibAFL+Nautilus engine β€” struct-aware, grammar-aware, race/leak/overflow detection
  • Gova Declarative Go GUI framework with an explicit reactive scope, compiling to one static binary
  • HARTOS Python AI runtime pitched as an OS β€” local inference, p2p federation, a closed learning core
  • kanbots Local-first desktop kanban board where each card runs a coding agent in its own git worktree
  • kastor HCL specs for AI agents, compiled to LangGraph code or reconciled Terraform-style with plan/apply
  • kata Local-first issue tracker for agent work β€” one SQLite daemon behind a JSON CLI and a TUI
  • LazyPi One-command installer that configures unmodified Pi with 60+ community skills and 67 themes
  • lfk Kubernetes TUI with a yazi-style three-column view and owner-based navigation instead of k9s lists
  • mindwalk Replays a coding-agent session as light moving over a 3D map of the repository it touched
  • mnemonik Agent memory where each entry is Ed25519-signed and hash-anchored on Solana for later audit
  • moonstone Lua package manager and environment tool in Zig, with lockfiles and a content-addressed store
  • msgvault Offline email archive with SQLite full-text, DuckDB analytics and an MCP server over it
  • MTproxy-reanimation nftables SYN limiter and server-side TCP desync for Telemt MTProto proxies, driven from one bash menu
  • needle 26M-parameter function-calling model distilled from Gemini 3.1 for phones, watches and glasses
  • Oak Version control for coding agents β€” lazy mounts, messageless commits, chunk-deduped large files
  • oh-my-pi Batteries-included fork of the Pi coding agent bundling LSP, browser control, SSH and search
  • OneCLI Credential gateway that swaps an agent's placeholder key for the real secret on the way out
  • OpenHuman Local-first personal agent in Rust β€” memory tree mirrored to an Obsidian vault, checkpointed agent graphs, 100+ OAuth integrations, enforced privacy mode
  • openwarp Warp terminal fork with bring-your-own-provider AI over six native model protocols
  • Palmier Pro Swift video editor for macOS that exposes its timeline to coding agents over a local MCP server
  • Petals BitTorrent-style distributed LLM inference across volunteer GPUs β€” working idea, dormant code since 2024
  • PGSimCity Browser 3D city where PostgreSQL's buffer pool, WAL, checkpointer and vacuum are walkable buildings
  • Pigeon Python library for signed, attenuating capability passes an agent hands a sub-agent instead of its own API key, checked at the tool call
  • pullrun Runs one OCI image as a runc container, a Firecracker microVM, or an Apple Silicon VM off a content-addressed DAG store
  • pve-microvm Debian package that adds sub-second-booting QEMU microvm guests to Proxmox VE
  • pvz-ps2 Plants vs. Zombies on PlayStation 2 β€” a GL subset over gsKit bolted onto the PvZ decompilation
  • QUALITY.md Root-file format declaring what quality means in a project, with a CLI that evaluates against it
  • re_gent Git-shaped version control for AI agent activity, with log, blame and show per tool call
  • reaction Lighter fail2ban alternative that tails any command's output and acts on repeated matches
  • remux Native iOS tmux client built on Ghostty's terminal core, direct SSH with no relay or account
  • routing.run Model-routing layer with one OpenAI-compatible endpoint and flat per-request pricing
  • Sandbox Agent SDK TypeScript SDK for running coding agents inside Docker's microVM sandboxes under one interface
  • showagent TUI listing coding-agent sessions from every CLI, with resume, branch and cross-agent conversion
  • sp4rk Golang SDK for multi-agent systems with ReAct loops, MCP tools and Plan & Execute orchestration
  • Stash Postgres-backed agent memory that consolidates raw episodes into facts, causal links and patterns
  • statewright Rust state machine that gates which tools an AI coding agent can call in each phase of its work
  • superhq macOS app running coding agents in microVMs, with credentials injected host-side, never in the VM
  • surf Go HTTP client impersonating Chrome and Firefox down to the TLS handshake and QUIC packets
  • tare Claude Code skill and three Python scripts that read local session logs to explain where usage went and why a limit was hit
  • tc-lang (Tig) Minimalist systems language transpiling to readable C11, with fat pointers, defer and errors
  • tilde-run Hosted transactional sandbox for AI agents β€” versioned ~/sandbox composed from GitHub/S3/Drive, default-deny egress, agent-scoped RBAC, atomic commit/rollback per run
  • tweakcc CLI that patches an installed Claude Code to change prompts, themes, spinners and toolsets
  • vera Language meant to be written by LLMs β€” no variable names, mandatory contracts, effect rows
  • vps-audit One Bash script that audits a Debian/Ubuntu server's SSH, firewall, fail2ban, ports and SUID files against tunable PASS/WARN/FAIL thresholds
  • Wanix Plan 9-style per-process namespaces in the browser β€” run Wasm and x86 programs sandboxed, no server
  • Watchlist Toolbox entries too early or too uncertain to commit to β€” re-check periodically for maturity, abandonment, or scope changes
  • whetuu Zero-config shell status line and history picker in Zig, one binary, renders in about 2 ms
  • XS (xslang) Language shipping compiler, JIT, LSP and full toolchain in one 2.9 MB binary across six backends
  • yap macOS menu-bar dictation that ships no model β€” it calls Apple's on-device SpeechAnalyzer directly
  • zerofs Log-structured POSIX filesystem over NFS, 9P or NBD backed entirely by an S3-compatible bucket