A new workbench for running local AI models
Solo developer released Kivarro, an open-source local inference workbench for running AI models on personal hardware, built on Rust and Tauri and targeting GGUF models. The creator posted it to r/Loca…
Solo developer released Kivarro, an open-source local inference workbench for running AI models on personal hardware, built on Rust and Tauri and targeting GGUF models. The creator posted it to r/Loca…
A developer built Recowork, a desktop agent application inspired by Claude Desktop, using Tauri, OrbStack, and Apple container machines with GLM-5.2. The app plans, calls tools, and chains steps to co…
RunMat v0.5.6 introduces a Command Window (REPL) for interactive execution, richer default sandbox content including CAD files and datasets, Mermaid diagram support, and improved runtime panel behavio…
Parseflow, a new macOS app, extracts structured data from PDFs using a local AI model, ensuring 100% privacy with no cloud processing. Priced at €17.99 as a one-time payment, it offers unlimited usage…
Ava Supernova, an open-source AI coding agent, launches with support for open-weight LLMs, offering 60+ tools, 7 modes, and 24 specialist personas. The agent is free to start, local-first, and require…
WorldMonitor launched an open-source real-time global intelligence dashboard that aggregates 500+ curated news feeds across 15 categories using AI-powered synthesis, dual map engines, and a Country In…
Honrly, a local-first, self-hostable interview-integrity tool, has released its source code, demonstrating that AI cheating tools like Cluely and Interview Coder are easily detectable. The tool scans …
A developer released PII GUI, a free, open-source desktop app that detects and redacts personal information in PDFs, Markdown, and text files entirely on-device using regex or local ONNX models, with …
Polypore, a new open-source IDE built with Tauri and React, redesigns the development environment to treat AI agents as first-class citizens rather than sidebar assistants. By exposing editor, termina…
QuantaMind built a local AI evaluation engine using Tauri and Rust, enforcing strict engineering invariants for reproducibility. The team separated the inference core into pure Rust modules independen…
A developer built HiyokoHelper, a floating AI assistant that lives in a 360x440px window always on top of the screen. The Tauri-based app uses a global shortcut (Cmd+Shift+H) to toggle visibility from…
Symphony, a desktop app that automates software engineering by dispatching coding agents to work on Linear issues, has been released as an open-source Rust implementation. The app polls Linear boards,…
A solo developer shipping 7 Mac apps uses VS Code with rust-analyzer, a three-tier AI stack of local Ollama autocomplete, Gemini for quick lookups, and Claude for complex Rust bugs, plus iTerm2 and a …
Anthropic's Fable 5 AI model autonomously generated a 1,810-line pull request for the Tabularis codebase in 30 minutes, adding a full command-line interface to the Tauri app. The AI refactored existin…
A developer built a desktop app called Shelf to recover lost Claude Code sessions after struggling to find a three-week-old session across twelve repositories. The tool, now at version 0.2.18, evolved…
A developer building Quantamind, a desktop tool for local AI model workflows, chose Tauri over Electron to reduce idle RAM consumption from 600MB to 80MB. The 85% memory reduction was critical because…
A developer built Cerberus AI, a 12MB desktop application using Tauri and Rust that runs uncensored language models locally. The app auto-detects GPU VRAM, pulls appropriate model quantizations, and u…
A developer who built the desktop app Paseo initially chose Tauri over Electron for its smaller binaries and lower memory usage, but later migrated to Electron after encountering platform-specific ren…
A developer has created an open-source CLI toolchain that generates fully functional NestJS, Go, Spring Boot, Laravel, and Rust applications from a single plain-text PRD file, without requiring an IDE…
The article describes how to integrate scrcpy, an open-source Android screen mirroring tool, into a Tauri app for Mac. It covers launching scrcpy from Rust code, bundling it as a universal binary with…