From Product Hunt

Agent infrastructure dominated again — a runtime authorization layer, cheap agent VMs, TypeScript fine-tuning, and a Claude Code cockpit — plus a strong run of hardware and digital-detox gear.

Kastra — Runtime authorization for Claude, Cursor, Codex A last-second permission check for AI agents: every tool call, prompt, input and output is evaluated against deterministic policies and gets an allow/deny in under 1ms, before it executes. One control plane across Claude Code, Cursor, Codex, OpenClaw and the Anthropic/OpenAI SDKs. The runtime and policy packs are open source; kastra-edge scan audits what your agents have already done.
▲ 325 · kastra.ai
box — Simple full-VM computers for agents Run box new and get a beefy Ubuntu VM — admin rights, desktop, SSH — in ~2 seconds at $0.036/hr, roughly 10x cheaper than E2B/Daytona/Modal. Up to 1,000 concurrent boxes, built by an ex-ESA engineer for software factories and agent platforms that need real computers, not locked-down containers.
▲ 264 · box.ascii.dev
Arkor — Fine-tune and deploy open-weight models in TypeScript "Next.js and Vercel for fine-tuning." Tell Claude Code or Codex what the model is for; it prepares the dataset and writes a TypeScript trainer. Click Run Training in the local Arkor Studio, then deploy as an OpenAI-compatible API. No Python, no GPU setup, no black box — the training code and data transforms stay visible and reviewable.
▲ 139 · github.com/arkorlab
AgentManager — Never miss a Claude Code session waiting on you A native Swift floating window shows every Claude Code session's state (running / waiting / done), surfaces the moment one needs input and hides when all's clear, and jumps you to the exact iTerm, Terminal, VS Code or Cursor pane in one click. Uses ~/.claude hooks, data never leaves your Mac, ~2.5MB, notarized. $4.99/mo or $48/yr.
▲ 125 · agentmgr.app
Redential — A developer credential that proves what you built NDA-safe proof of your work: the open-source CLI (npx redential scan) reads your git history locally and detects real patterns — a webhook flow with signature checks and duplicate-payment protection, say — never your code. Only a summary uploads, and you approve it first. Then you "defend it live," answering questions about your own work: a credential recruiters can trust more than a CV.
▲ 121 · redential.com
Buzzy — An agentic infinite canvas for video 50+ tools and 70+ image/video models on one canvas, driven by an agent: build 20-minute films or studio-quality ads, keep subjects consistent across cuts, relight and re-angle scenes, and edit video precisely like Photoshop. Aimed at creators and studios who want control over the whole production, not a 15-second GIF.
▲ 360 · buzzy.now
Light Flip — Nostalgia for a time before smartphones Light brings its intentionally-limited formula to a tactile flip form: a 2.8" OLED, 5G, USB-C, six colors, and LightOS with no app store and no feeds. $299, shipping April 2027. A dumbphone by design in a shell that makes even opening it feel deliberate.
▲ 145 · thelightphone.com
Garmin CIRQA — Screenless health tracker, no subscription Garmin's first screen-free smart band: 24/7 health and stress monitoring, auto-detection of 80+ activities, and up to 10 days of battery — with no subscription required (optional Connect+ is $6.99/mo). A Whoop/Oura alternative from a company that actually makes good sensors. $199.99, available July 24.
▲ 108 · garmin.com
UltraPod — Turn an old iPhone into a music-first dumbphone A Cover Flow-style Apple Music interface (via MusicKit, plus hi-res local files) that keeps the genuinely useful modern parts — HealthKit workouts, reading, camera — and strips the social feeds. 15 built-in mini-apps and an optional physical case as the real "lock." Digital detox by reusing hardware you already own.
▲ 102 · ultrapod.gigassbox.com
Overflight — Identify every aircraft in your sky A live radar scope of only the sky you can actually see: every visible aircraft with airline, flight number, route, altitude and which way to look. iPhone/iPad for the "what's that?" moment, and an Apple TV always-on ambient mode that turns into a living flight-ops display. Spoken traffic and an "inbound interesting" military mode round it out. By solo dev Charlie Wood (Spanning Sync).
▲ 113 · dgrlabs.co
From Reddit

Another open conjecture fell to an LLM, Cursor showed a swarm rebuilding SQLite from the manual, and open models kept landing — for science, security, and world simulation.

Cursor's "agent swarm": a Planner–Worker–Judge coding architecture A smart Planner (Opus 4.8) decomposes a task into a tree and delegates to cheaper Worker agents, with a Judge validating against done-conditions. In the flagship demo the swarm rebuilt SQLite from scratch in Rust using only the 835-page manual — no source, no tests, no internet — and passed 100% of a held-out sqllogictest suite, reportedly at ~15x lower cost. A concrete data point on where agentic coding economics are heading.
Genesis-Science-1: a US open-weight model built with the DOE American open-weight provider Arcee partnered with the US Department of Energy on Genesis-Science-1, an open model and governed research harness for scientific computing workflows that keeps a reproducible record of its work. Part of the DOE's "Genesis Mission," with a contributor program for labs, universities and companies — a notable US-origin open-weight AI-for-science release amid the ongoing open-weight policy fight.
AlayaWorld — a full-stack open-source video world model Real-time 720p/24fps streaming generation with camera control and text-driven mid-generation event switching. It combines a rendered 3D cache with lightweight AdaLN camera modulation for trajectory-aware navigation, dual explicit-3D + compressed-frame-history memory for consistency, an "error bank" that re-injects artifacts to prevent drift over minute-long rollouts, and few-step DMD distillation for real-time runtime. An open alternative to closed, Genie-class world models.
Cisco Antares — tiny open-weight models that find vulnerabilities Antares-350M and Antares-1B (a 3B is coming) are open-weight models specialized for vulnerability localization: given a CWE ID, they explore a real codebase through a terminal interface (grep/find/cat), run fully locally with no code egress, and cut cost up to 172x versus GPT-5.5 on Cisco's new 500-entry Vulnerability Localization Benchmark. Small task-specific open models punching well above their weight — and timely amid the week's autonomous-cyberattack news.
archex — deterministic, local-first code context for coding agents Turns a repo into a ranked, token-budgeted context bundle (BM25F + local embeddings + graph expansion over imports/types/callers), fully deterministic with zero telemetry. Self-run benchmarks claim 0.95 required-file recall (vs 0.32/0.70) and 0ms cold-start. 26 languages, an MCP server with 17 tools, CLI + Python API. Apache 2.0.
From Reddit

Microsoft dropped a controllable open image model, and two practical ways to actually run — and iterate on — the flood of local models.

Mage-Flow — Microsoft's 4B native-resolution image gen + editing model Microsoft Research Asia open-sourced Mage-Flow, an efficient 4B native-resolution foundation model that does both generation and editing, shipped as a full family (Base / standard / Turbo, each with an Edit variant). Its VAE was reportedly trained against the FLUX 2 VAE for comparable reconstruction at much lower compute, and it can output structural maps (normal, HED, pose, segmentation) — so it works as a controllable asset backbone, not just a text-to-image toy.
Mix Studio — a clean desktop app that runs ComfyUI for you A free, GPL-3.0 front end that keeps ComfyUI as the engine but gives a proper desktop/tablet/phone UI, with 1-click installs and curated workflows for Krea 2, Flux 2 Klein (4B/9B), Qwen Image Edit 2511, LTX 2.3, Wan 2.2, SCAIL 2 and more. For people who love ComfyUI as an engine but not as a daily driver. Windows + NVIDIA only for now — a fit for the RTX rigs.
KSampler Multi-Choice — preview seeds before you spend the steps A ComfyUI node that renders quick low-step previews of several seeds right on the node, lets you click the best one, and then fully renders only that (the others on demand). A simple, model-agnostic compute saver for batch iteration; T2I + I2I, ships a Krea 2 example.
From Reddit

A strong indie crop — on-device search and notes, an AI-native SQL workspace with a built-in MCP server, a local-LLM roundtable, and privacy-first utilities you'd actually run.

bHive 2.0 — offline semantic file search for macOS Indexes what's actually inside your files — documents, PDFs, OCR'd images, now audio/video — so you search by describing content instead of remembering filenames. The new "Ask bHive" answers plain-language questions over your own documents and cites which files it used, all running locally on Apple's on-device model. Free, nothing uploaded (macOS 26+).
Ombrelle — modern window dimming for focus A menu-bar utility that dims every window except the one you're using, fading the rest gently into the background. A carefully-designed take on HazeOver with per-app/per-display controls, presets, and always-visible app exceptions. One-time purchase, no account.
Logue — fully on-device meeting notes + writing app (open source) A newly open-sourced (MIT) native macOS app that runs 100% locally: real-time mic + system-audio transcription via Apple's SpeechTranscriber, speaker diarization (FluidAudio Sortformer), and local-LLM "Smart Minutes" summaries via MLX. Adds a 60+ mode writing assistant, on-device PII detection, and "Ask Logue" chat over your notes. No accounts, telemetry or backend — a rare fully-inspectable alternative to cloud notetakers.
Tabularis — an AI-native desktop SQL workspace with a built-in MCP server Open-source SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more, with SQL notebooks, visual EXPLAIN, and a built-in MCP server so Claude, Cursor and Devin can query your databases directly. A power-user TablePlus/DBeaver alternative for anyone wiring agents into their data stack.
Slate — a local-LLM "Roundtable" for macOS (open core) Native macOS app for running local models whose standout is a Roundtable: seat several local GGUF models, let them debate your question in turns, then have one synthesize the final answer — unlike LM Studio/Ollama running one model at a time. Fully offline with RAM-fit badges per model, plus chat, permissioned coding, local image gen and system-wide dictation. The whole engine is MIT on GitHub; the app is a one-time purchase with a free tier.
binthere — a zero-knowledge encrypted pastebin you can self-host For sharing passwords, API keys and snippets: everything is AES-256-GCM encrypted locally in the browser before upload, and the decryption key lives only in the URL fragment, so the server only ever sees ciphertext. Ships as a single Cloudflare Worker (easy self-host), supports burn-after-read notes, and includes an official CLI. Fully open source.
Neodisk — an open-source disk-space analyzer for macOS A free, read-only treemap visualizer that just shipped a week of updates: parallel multi-folder scanning, a zoomable "Flat" view, cloud-scan detection to reclaim locally-downloaded files, color palettes and keyboard navigation. Privacy-first, everything local — a source-auditable DaisyDisk alternative (macOS 14+).
Logseq 2.0 beta — a ground-up graph-database rewrite Logseq's first 2.0 beta rebuilds the app on a graph database (enabling vector indexing and AI features) and adds a self-hostable sync server option. The long-awaited DB migration, worth a look for the self-hosted, local-first crowd.
From Twitter

On Twitter today: open-source agent orchestration became the primitive, agent security turned into a product category, open weights got reframed as deployable defense, and Claude Code skills grew a meta-layer.

A couple of standalone launches worth a look.