frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

https://masteranza.github.io/weedout/
146•masteranza•12h ago•65 comments

Show HN: HN Match Maker – Matching "Who Wants to Be Hired?" With "Who's Hiring?"

https://hnmatchmaker.com/
91•all2•13h ago•40 comments

Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s

https://github.com/carloslfu/slotstream
213•carloslfu•17h ago•97 comments

Show HN: Campsend – open-source Alternative to WeTransfer

https://campsend.app/
3•bakimosadi•2h ago•0 comments

Show HN: I Have Been Clawed – Index of coding agent incidents

https://ihavebeenclawed.com/
6•nezhar•5h ago•1 comments

Show HN: Newton's Orchard – Browser-based space/gravity playground

https://newtonsorchard.app
24•andrewchilds•17h ago•1 comments

Show HN: Claude and ChatGPT need a datacenter. This runs on my phone

https://llmobi.pages.dev
12•12ziyad•15h ago•3 comments

Show HN: Gawkbot – open-source Grok bot with local vms for each bot

https://gawk.bot
3•najmuzzaman•5h ago•0 comments

Show HN: Laser Graffiti

https://laser.consti.de
249•con•3d ago•60 comments

Show HN: Markdown Gatekeeper – one current source per topic for AI agents

https://github.com/nanlogic/markdown-gatekeeper
3•sacravenger•7h ago•0 comments

Show HN: Rails Baseline – a Rails SaaS starter with agent-readable architecture

https://railsbaseline.com/
4•polysaturate•12h ago•0 comments

Show HN: Notes Plus – A Markdown Apple Notes Clone with Latex, Excalidraw etc.

https://notesplus.io/
3•sliqqq•11h ago•5 comments

Show HN: TinyJS – small apps on Win/Mac/Linux

https://tinyjs.app
6•tarwin•12h ago•7 comments

Show HN: Markdown Viewer and Editor

https://kingsbridge-consultancy.com/md-viewer/
31•beerglass•1d ago•17 comments

Show HN: FnScribe – Open-source, offline dictation for macOS

https://github.com/AlgorithmicResearchGroup/fnscribe
36•modagent•5d ago•25 comments

Show HN: Mcptunnels – ngrok for MCP with basic OAuth

https://terragohan.github.io/mcptunnels/
13•helpprotactiniu•13h ago•0 comments

Show HN: I measured when impossible-to-book restaurants release their tables

https://tablefriend.app/clock
4•BrendanSF•19h ago•6 comments

Show HN: Floe – an open-source plugin for sample libraries – CLAP/VST3/AU

https://floe.audio/
22•windell•2d ago•14 comments

Show HN: NFC Energy-Harvesting PCB Business Card with an MCU

https://wilsonharper.net/projects/businesscard/
217•WilsonHarper•4d ago•30 comments

Show HN: Corporate Mind Games – logic puzzles with a sarcastic corporate theme

https://corporatemindgames.com/
49•dontwordle•1d ago•15 comments

Show HN: Gopdfrab – Open-source PDF/A processing for Go

https://gopdfrab.voidrab.com/
2•sudostar•15h ago•0 comments

Show HN: Three Pins a daily 3-hole golf game in the browser

https://threepins.golf/
4•colin_rightwork•16h ago•2 comments

Show HN: Semantic Overlays – an NX bit for LLM prompt injection (live demo)

https://semantic-overlays.vercel.app/
5•joshua_s_penman•16h ago•0 comments

Show HN: I built a live stream site where every spot is instantly AI-generated

https://videoai.me/live
9•Paul_Grsl•23h ago•9 comments

Show HN: SlideOps – slides from a repo that flag when they drift from the code

https://github.com/glukicov/slideops
22•lukicov•1d ago•5 comments

Show HN: Serendipity – rediscover the web one interesting page at a time

https://serendipity.surf/
7•RaCaS123•1d ago•8 comments

Show HN: Seatlr – We rebuilt our traveler chat into an AI-powered travel network

https://www.seatlr.com/
4•alihadi965•1d ago•0 comments

Show HN: Shed – Git Repo Management for Terminal Agents

https://github.com/AndrewHannigan/shed
3•andrewhannigan•18h ago•0 comments

Show HN: PearPie – Private AI chat that syncs peer-to-peer, no accounts needed

https://www.pearpie.ai/launch/
3•cheesetoast•19h ago•3 comments

Show HN: What Happens When You Give Your AI Agents a Voice and an Attitude

https://fellowgeek.github.io/mcp-speak/
10•pcbmaker20•1d ago•5 comments
Open in hackernews

Show HN: TinyJS – small apps on Win/Mac/Linux

https://tinyjs.app
6•tarwin•12h ago
Hi all. I'm Tarwin. I've been working on TinyJS for about 6 weeks now.

I was sick of installing 500mb Electron apps for every little utility. The last straw was Harvest updating from 5mb to 500mb in latest release.

Tauri exists (and it's great) but I wanted something that was JS first. So I built this on top of txikijs, a tools that includes QuickJS and SQLite already.

TinyJS does what it says it does. Small apps that can do almost anything. 100% JS.

As part of building a tool like this I also built a lot of example apps, to test and understand required functionality on all three systems. The two I am most proud of are:

amp: like winamp, but with a bunch of extra stuff like being able to play tracker files, and internet radio

nib: I'd like to think it will soon be the best editor for documentation (specifically) in markdown

I've also experimented with re-wrapping many of the apps I already have downloaded. Some just work (Harvest), some possibly could ie Slack. I know some apps will never make sense to use tinyjs but that's ok.

I just want to save room on people's ever pricier SSDs! (and make computers fun again with silly things like pigeons that fly across your screen for now reason)

Comments

tarwin•12h ago
Sorry a quick addendum. Yes, a lot of it was built with me + Claude. I'd like to think that I authored it, but understand if others feel differently about that. 100s of hours of work was put into ideas, testing, understanding etc.
blondin•9h ago
This is a nice initiative. I will be trying the markdown editor.
tarwin•5h ago
Thanks. The markdown editor is "almost there". Needs a tiny bit more work before I can really say it's the best (specifically for docs). But it does have automatic updates so if you get it now promise it will be better very soon.
jrecyclebin•8h ago
At first blush, seems well thought out. README is quite thorough and readable - really appreciate that you've worked on shipping on Mac. Don't know much about txiki.js - will have to play with it.

Good luck!

tarwin•5h ago
Thank you, appreciate the comment. txiki is good, but more of a nodejs but small (and slow). tinyjs.app is the thing I wrote on top of that great foundation for all the windowing stuff.
scarranca•7h ago
i tried tinyjs last week after seeing a thread in X! https://github.com/scarranca/issue-kanban created a small kanban to see the issues from git, me and my agent loved tinyjs
tarwin•5h ago
Glad you enjoyed it.