frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: s@: decentralized social networking over static sites

http://satproto.org/
385•remywang•15h ago•181 comments

Show HN: We analyzed 1,573 Claude Code sessions to see how AI agents work

https://github.com/obsessiondb/rudel
85•keks0r•2h ago•53 comments

Show HN: Axe A 12MB binary that replaces your AI framework

https://github.com/jrswab/axe
57•jrswab•2h ago•49 comments

SHOW HN: A usage circuit breaker for Cloudflare Workers

18•ethan_zhao•2d ago•7 comments

Show HN: Riventa.Dev – AI-native DevOps that acts, not just alerts

https://www.riventa.dev/
2•christopherAs•48m ago•0 comments

Show HN: VaultLeap – USD accounts for founders outside the US

https://vaultleap.com
2•GregReve•58m ago•0 comments

Show HN: We open sourced Vapi – UI included

https://github.com/dograh-hq/dograh
4•pritesh1908•1h ago•1 comments

Show HN: A desktop app for managing Claude Code sessions

https://github.com/doctly/switchboard
2•kapitalx•1h ago•1 comments

Show HN: I built a tool that watches webpages and exposes changes as RSS

https://sitespy.app
296•vkuprin•23h ago•75 comments

Show HN: Calyx – Ghostty-Based macOS Terminal with Liquid Glass UI

https://github.com/yuuichieguchi/Calyx
24•yuu1ch13•2h ago•25 comments

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
154•robthompson2018•1d ago•89 comments

Show HN: I built proxy that keeps RAG working while hiding PII

3•rohansx•2h ago•1 comments

Show HN: We wrote a custom microkernel for XR because Android felt too bloated

https://explorexenevaos.vercel.app/
2•ayush_xeneva•2h ago•2 comments

Show HN: Run an Agent Council of LLMs that debate and synthesize answers

https://github.com/JitseLambrichts/MultiMind-AI
3•JitseLambrichts•2h ago•1 comments

Show HN: SmartClip – fix multi-line shell commands before they hit your terminal

https://github.com/akshaydeshraj/smartclip
2•akshaydeshraj•2h ago•0 comments

Show HN: Imgfprint – deterministic image fingerprinting library for Rust

2•bravo1goingdark•2h ago•0 comments

Show HN: Open-source browser for AI agents

https://github.com/theredsix/agent-browser-protocol
136•theredsix•1d ago•47 comments

Show HN: Autoresearch@home

https://www.ensue-network.ai/autoresearch
70•austinbaggio•16h ago•12 comments

Show HN: Lazyagent – One terminal UI for all your coding agents

https://lazyagent.dev/
3•nahime•3h ago•3 comments

Show HN: XLA-based array computing framework for R

https://github.com/r-xla/anvil
10•sebffischer•3d ago•1 comments

Show HN: A context-aware permission guard for Claude Code

https://github.com/manuelschipper/nah/
118•schipperai•16h ago•82 comments

Show HN: AgentBridge – Let AI agents control Classic Mac OS thru a shared folder

https://github.com/SeanFDZ/agentbridge
2•hammer32•3h ago•1 comments

Show HN: Vanilla JavaScript refinery simulator built to explain job to my kids

https://fuelingcuriosity.com/game.html
114•fuelingcurious•23h ago•46 comments

Show HN: Satellite imagery object detection using text prompts

https://www.useful-ai-tools.com/tools/satellite-analysis-demo/
51•eyasu6464•3d ago•19 comments

Show HN: I built an ISP infrastructure emulator from scratch with a custom vBNG

https://aether.saphal.me/dashboard/default
62•saphalpdyl•1d ago•17 comments

Show HN: Elevators.ltd

https://elevators.ltd
4•pkstn•4h ago•3 comments

Show HN: I built a screen recorder with automatic zoom effects

https://rookieclip.com/
4•this-is-shreya•5h ago•7 comments

Show HN: I built Chronoscope, because Google Maps won't let you visit 3400 BCE

https://shiphappens.xyz/chronoscope/
4•tinkeringtechie•5h ago•2 comments

Show HN: Bandmeter: Per-program network usage monitor for Linux, built with GPUI

https://github.com/emamoah/bandmeter
3•emamoah•6h ago•0 comments

Show HN: AI-powered one-click translator for Pokémon GBA ROM hacks

https://github.com/Olcmyk/Meowth-GBA-Translator
4•booffa•8h ago•3 comments
Open in hackernews

Show HN: Lazyagent – One terminal UI for all your coding agents

https://lazyagent.dev/
3•nahime•3h ago

Comments

nahime•3h ago
Hi HN,

I built lazyagent because I was juggling 6–8 coding agent sessions (Claude Code, Cursor, etc.) across different terminals and tabs, and it was getting impossible to quickly answer "which agent is doing what right now?".

Lazyagent is a terminal UI written in Go (using Bubble Tea) that shows all your coding agent sessions in a single view. You can:

- see the status of each agent at a glance - follow logs/outputs in real time - quickly jump into the right terminal when you need to intervene

It runs locally, is fully open‑source, and doesn’t require any external backend or account.

I’d love feedback on:

- what information you’d like to see per session (logs, diffs, task state, something else?) - what multi‑agent / multi‑repo workflows you currently have - which integrations are missing to make this genuinely useful in your day‑to‑day setup

Repo and README with install instructions are here: https://github.com/illegalstudio/lazyagent

I’ll be in the thread to answer questions and collect feedback (especially critical ones).

alaintno•2h ago
I'll try it tonight and let you know in github issues. Was trying myself to achieve something similar (using go and charm v2). Anyway, thanks for sharing.
nahime•44m ago
Awesome, thank you for giving it a try! If you run into anything rough or have ideas to make the TUI better, please drop them in a GitHub issue - that kind of feedback is super helpful at this stage