Reading up on Tauri
6 deep · digging since dec 08, 25
- Native all the way, until you need text
Web views like Electron outperform native text frameworks (TextKit 2) for complex Markdown rendering, despite size overhead, due to resource investment and cross-platform convenience.
- Yaak – The API client you'll actually enjoy
Yaak is an offline-first, local-only API client supporting HTTP, GraphQL, gRPC, WebSocket, and SSE, developed by the original creator of Insomnia as a simpler, privacy-focused alternative to Postman and Insomnia.
- GitHub - open-pencil/open-pencil: AI-native design editor. Open-source Figma alternative.
OpenPencil is an open-source, AI-native design editor that opens .fig files, offers a programmable CLI and Vue SDK, and supports real-time collaboration and MCP integration.
- Solo
Solo is a native terminal workspace that runs AI coding agents like Claude Code and Codex alongside a developer's full stack, providing unified visibility, auto-restart, and MCP-based agent coordination.
- The Anatomy of a macOS App
Modern macOS app bundles centralize executable code, resources, code signatures, notarization tickets, and supporting components into a self-contained hierarchy for security and easier management.