gitlogue

gitlogue is a cinematic Git commit replay tool that turns your Git history into an animated terminal story, showing files evolve commit by commit.
- Replays commits with realistic “typing” animations and diffs
- Visualizes file tree changes and syntax-highlighted code
- Great for demos, talks, or ambient “coding cinema”
https://github.com/unhappychoice/gitlogue
Requestly

Requestly is an open-source API client combined with an HTTP interceptor for debugging, testing, and mocking network traffic across browsers and desktop.
- Intercept, modify, mock, and block HTTP(S) requests
- Collections, environments, tests, and scripting support
- Works as browser extension and cross-platform desktop app
https://github.com/requestly/requestly
windows95

windows95 packages a full Windows 95 installation into an Electron app so you can boot and use the OS on modern macOS, Windows, and Linux machines.
- Wraps a JS x86 emulator inside Electron
- Ships as a standalone desktop app with Win95 preconfigured
- Purely for fun and nostalgia, not production workloads
https://github.com/felixrieseberg/windows95
Steve
Steve is a Minecraft mod that adds LLM-powered Steve agents you command in natural language to perform in-game tasks.
- Describe goals in chat; agents plan and execute in the world
- Can run multiple Steves for mining, building, farming, etc.
- Shows where embodied AI agents in games are heading
https://github.com/YuvDwi/Steve
DiffMem
DiffMem is a Git-based memory backend for AI agents that stores knowledge as Markdown and versions it over time using Git.
- Human-readable Markdown files as long-term memory store
- Git diffs track temporal evolution of facts and context
- BM25-based indexer for explainable, file-level retrieval
https://github.com/Growth-Kinetics/DiffMem
osquery

osquery exposes your operating system as a high-performance relational database so you can query system state using SQL.
- Unified SQL interface for processes, packages, sockets, etc.
- Cross-platform: Linux, macOS, and Windows agents
- Used heavily for security monitoring, inventory, and compliance
https://github.com/osquery/osquery
tau

tau is the core of Taubyte’s open-source, Git-native CDN PaaS for building your own cloud computing platform.
- Alternative to Vercel/Netlify/Cloudflare + serverless stack
- Git-driven deployments, caching, storage, and messaging
- Framework for low-maintenance, highly scalable cloud setups
https://github.com/taubyte/tau
librepods

librepods makes AirPods behave like first-class citizens on non-Apple devices by unlocking advanced features on Android.
- Enables noise control, adaptive transparency, ear detection, etc.
- Rich Android UI with detailed controls and status views
- Focused on freeing AirPods from the Apple ecosystem lock-in
https://github.com/kavishdevar/librepods
supercookie
supercookie is a proof-of-concept browser tracking technique that uses favicon caching to create almost-persistent identifiers.
- Encodes identifiers via per-site favicons and cache behavior
- Survives normal cookie clearing and private browsing better
- Built as a research/demo project to highlight privacy risks
https://github.com/jonasstrehle/supercookie
artistic-qrcode-generator

artistic-qrcode-generator creates stylized, diffusion-generated QR codes that are still scannable by standard QR readers.
- Uses diffusion models to “bake” QR patterns into images
- Supports custom prompts, styles, and base images
- Example scripts and configs for running your own generator
https://github.com/duanxianpi/artistic-qrcode-generator
hopx
hopx is “The Cloud for AI Agents” — ultra-fast micro-VM sandboxes for running untrusted code that LLM agents generate.
- Millisecond-scale cloud sandboxes for Python/JS/Bash/Go, etc.
- Strong isolation for untrusted tools, tests, and workflows
- Designed to plug directly into AI agents and MCP tools
https://github.com/hopx-ai/hopx
VERT

VERT is a next-generation, local-first file converter that runs entirely in your browser or self-hosted instance via WebAssembly.
- Converts images, videos, audio, and documents fully locally*
- Svelte + TypeScript frontend with simple drag-and-drop UI
- Self-hostable Docker image plus public instance at vert.sh
https://github.com/VERT-sh/VERT
TOON

TOON (Token-Oriented Object Notation) is a compact, model-friendly encoding of JSON-like data, optimized for LLM consumption.
- Preserves JSON data model while cutting token usage
- More regular structure than free-form JSON for models to parse
- Multi-language implementations and reference spec
https://github.com/toon-format/toon
call-center-ai
call-center-ai is a Microsoft reference solution for building AI-powered call center agents reachable via phone and APIs.
- Uses LLMs, telephony, and Azure services for live voice flows
- Sample scenarios for support, insurance, and IT helpdesk bots
- Shows patterns for real-time, dialog-driven call centers
https://github.com/microsoft/call-center-ai
PlayCanvas Engine
PlayCanvas Engine is an open-source WebGL/WebGPU/WebXR game engine for building 2D and 3D experiences in the browser.
- Lightweight JavaScript runtime with TypeScript typings
- Runs across desktop/mobile browsers with strong performance
- Can be used standalone or with the hosted PlayCanvas Editor
https://github.com/playcanvas/engine
Valdi
Valdi is Snapchat’s cross-platform UI framework, aiming to combine native-feeling performance with high developer velocity.
- Shared UI layer used across major Snapchat apps
- Component library, docs, and codelabs for building views
- Targets multiple platforms from a unified codebase
https://github.com/Snapchat/Valdi
Postgresus
Postgresus is a free, self-hosted backup and monitoring tool for PostgreSQL with a built-in web interface.
- Schedule automated backups for multiple Postgres instances
- Store backups locally or on remote storage (S3, GDrive, etc.)
- UI for managing databases, backup history, and notifications