Apps


Here’s a collection of apps and tools I’ve built.1

superscribe

An on-device transcription tool for multi-track podcast recordings. Each speaker’s isolated audio track is transcribed in parallel, aligned on a shared timeline, and merged into a single VTT subtitle file. The core is available as the reusable Swift library SuperscribeKit, with a command-line interface for production workflows.

Features:

View on GitHub

Token Torch

A native macOS menu bar app for seeing where LLM usage goes before an invoice or rate limit arrives. It combines organization billing from Anthropic and OpenAI with personal subscription quotas from Claude Code, Codex, Cursor, and GitHub Copilot.

Features:

View on GitHub

AranetKit & aranet-cli

A Swift library and command-line tool for interacting with Aranet Bluetooth sensors, including Aranet4, Aranet2, Aranet Radiation, and Aranet Radon Plus.

Features:

View on GitHub

Señor Particle

A native macOS menu bar app for real-time monitoring of Aranet Bluetooth sensors. It displays environmental and radiation measurements directly in the menu bar while keeping all sensor data on the device.

Features:

View on GitHub

slopctl

A Rust CLI for managing coding-agent instruction files. It follows the agents.md community standard, so one AGENTS.md can work across Claude Code, Cursor, GitHub Copilot, Codex, Mistral Vibe, and OpenCode. It also manages Agent Skills and keeps shared instruction catalogs synchronized.

Features:

View on GitHub

swift-format-proxy

A macOS command-line wrapper around Xcode’s bundled swift-format, accessed through xcrun. It supplies useful defaults for Swift packages while remaining compatible with the underlying formatter, and is primarily intended to connect the apple-swift-format VS Code extension to Xcode’s formatter.

Features:

View on GitHub

KString

A cross-platform C library implementing “Kraut Strings” — a 16-byte fixed-size string representation based on the “German String” research from the Umbra database system and CedarDB. It is designed for cache-friendly, database-style workloads.

Features:

View on GitHub

The-Pool

A modern C++23 thread pool implementation designed for efficient concurrent task management.

Features:

View on GitHub

Berlin Postal Themes

A collection of five Visual Studio Code themes inspired by historic West Berlin postal delivery districts. Each theme pairs a district’s architectural and cultural character with a distinct coding environment.

Variants:

View on GitHub


  1. I use AI-assisted coding workflows. If that’s a dealbreaker for you, best to skip the apps listed above.