Sync-in Server is a self-hosted TypeScript platform for file storage, sync, and real-time collaboration with fine-grained RBAC, OIDC/LDAP auth, and integration with Collabora/OnlyOffice.
TextBee turns Android devices into SMS gateways controlled via a REST API using Firebase Cloud Messaging. It blends Android native SMS with a Next.js dashboard and NestJS backend for flexible SMS sending and receiving.
Trail Mate is an embedded C firmware for ESP32 devices offering offline GPS navigation and dual LoRa mesh networking. It supports Meshtastic and MeshCore protocols, prioritizing hardware abstraction and deterministic behavior.
TurboOCR is a C++/CUDA OCR server leveraging TensorRT FP16 for high throughput and low latency, featuring a zero-decode pixel pipeline and multi-protocol API.
Voice-Pro bundles Whisper variants, translation, and zero-shot voice cloning into a single Python Gradio app, balancing heavy AI models with a portable Windows-first setup.
ZenML offers an open-source Python SDK to orchestrate full ML and AI agent lifecycles, integrating popular tools and enabling natural-language MLOps interactions via its MCP server.
Zeron Chat is a TypeScript React app that unifies multiple LLM providers in one interface with resumable streaming that survives page refreshes, built on TanStack Start and Zero state management.
Zinc is a Zig-written LLM inference engine using Vulkan and Metal for AMD RDNA and Apple Silicon GPUs. It supports GGUF quantized models and exposes an OpenAI-compatible API with streaming.
ZSWatch is a fully open-source smartwatch project with hardware designs and Zephyr RTOS firmware running on Nordic nRF5340. It balances embedded constraints with rich sensors and BLE connectivity.
Explore a 100-day machine learning coding challenge combining classical algorithms, deep learning, and curated resources. A practical, day-by-day learning path for self-directed devs.
abtop is a Rust TUI that monitors local AI coding agents by scanning processes and files without API keys. Supports macOS, Linux, Windows with tmux pane jumping and colorblind themes.
A curated repo comparing sandboxing technologies for secure, fast AI agent execution. Covers microVMs, containers, WebAssembly, and more with tradeoffs on security vs speed.
EvoClaw enforces AI agent memory and identity evolution with an 8-validator pipeline ensuring integrity and governance, featuring a tiered memory system and radial mindmap UI.
GhostVM offers macOS virtual machines on Apple Silicon with near-native performance, APFS snapshots, deep host-guest integration, and full CLI automation. Ideal for macOS VM sandboxing.
Hermes Mod offers a web UI to customize Hermes CLI skins, converting images to terminal-compatible ASCII art hero banners with multiple styles. It manages YAML configs visually.
Open-docs reverse-engineers major AI CLI coding agents to reveal undocumented internals, security models, and integration patterns. A deep dive for developers building on these agents.
InstantDB Instant offers a real-time backend-as-a-service with client-side triple-store, WAL-based sync, InstaQL queries, optimistic updates, and offline support. Here’s how it works under the hood.
pion/handoff intercepts browser WebRTC sessions by mocking RTCPeerConnection, enabling server-side media stream replacement or recording without detection. Here’s how it works under the hood.
mitmproxy2swagger automates REST API reverse-engineering by converting mitmproxy flows or HAR files into OpenAPI 3.0 specs using a two-pass workflow that balances automation and manual curation.
NVIDIA Warp lets you write Python functions JIT-compiled into CUDA kernels for GPU-accelerated differentiable physics and ML integration, simplifying GPU programming in Python.