frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Chiptune Radio

https://chiptune-radio.alephvoid.com/
8•bootbloopers•1h ago•3 comments

Show HN: Davit, a Apple Containers UI

https://davit.app
202•xinit•7h ago•48 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
96•segmenta•9h ago•25 comments

Show HN: Fortress – a stealth Chromium so your agents stop getting blocked

https://github.com/tiliondev/fortress
19•arhamshahrier•1h ago•13 comments

Show HN: Free Mermaid Diagram Editor

https://moxiedocs.com/mermaid-diagram-editor
8•ghosts_•2h ago•2 comments

Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens

https://github.com/kklimuk/docx-cli
55•kirillklimuk•7h ago•24 comments

Show HN: Halo – open-source, tamper-evident runtime evidence for AI agents

https://github.com/bkuan001/halo-record
26•brian_kuan•12h ago•17 comments

Show HN: PostgreSQL performance and cost across 23 EC2 instance types

https://postgres.saneengineer.com
82•anivan_•13h ago•16 comments

Show HN: your website as a TUI, over SSH right now

2•keepamovin•1h ago•0 comments

Show HN: Turbo – An open-source, fast HTTP server with a real-time config GUI

https://turbo.okzgn.com
3•okzgn•1h ago•1 comments

Show HN: A LinkedIn / X CLI for your agents

https://usesocial.dev
2•knrz•2h ago•0 comments

Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

https://whimfiles.com
80•whimbyte•17h ago•53 comments

Show HN: Baerly-storage, a document DB that runs per request, no DB server

https://github.com/Gusto/baerly-storage
14•baerbaerbaer•9h ago•1 comments

Show HN: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
100•snyy•1d ago•25 comments

Show HN: CLRK, an open-source agent runtime with gVisor and MitM guardrails

https://github.com/apoxy-dev/clrk
3•dilyevsky•6h ago•0 comments

Show HN: Tessera – an AI agent that refuses to answer without evidence

https://github.com/robert-vetter/tessera
4•robert-vetter•6h ago•1 comments

Show HN: PGP made convenient (encrypted at rest with passkeys)

https://chromewebstore.google.com/detail/pgp-tools-encrypt-decrypt/pgpcdgggohpbombhkffjoiiafdlfcpgp
2•acorn221•2h ago•1 comments

Show HN: Context Warp Drive – Deterministic context folding for AI agents

https://github.com/dogtorjonah/context-warp-drive
7•Dr_Jonah•10h ago•2 comments

Show HN: Fenzo AI – Interactive Micro-courses on any topic

https://fenzo.ai/
3•fahimulhaq•7h ago•4 comments

Show HN: Scan any website for AI design patterns

https://slopcop.adriankrebs.ch
2•hubraumhugo•7h ago•1 comments

Show HN: Fork – Let users build features on top of existing applications

https://withfork.co/
3•realdjpaulyd•7h ago•0 comments

Show HN: HTMLDrive – serve HTML files from your Google Drive

https://html-drive.com
4•debamitro•8h ago•0 comments

Show HN: Traceval

2•ramkm•8h ago•1 comments

Show HN: I wrote a 1-bit WebGPU runtime to run a 1.7B LLM in the browser

https://aidekin.com/
5•stfurkan•9h ago•2 comments

Show HN: Humanize – Best static AI text humanizer, based on 50 research papers

https://github.com/harshaneel/humanize
2•gokhalh•9h ago•0 comments

Show HN: FlowHook – a file watcher that knows if your build passed or failed

https://github.com/etcoder-642/FlowHook
2•mnsrealx•9h ago•0 comments

Show HN: Type any business name, get a real website in 60 seconds

https://fivedaylaunch.com/instant
3•nareshclaude•9h ago•0 comments

Show HN: Tracking GenAI cost and endpoint fragility so app teams don't have to

https://llmintel.ai/demo
2•ATsimbalistov•9h ago•0 comments

Show HN: mip – the missing package manager for MATLAB + MEX

https://mip.sh
4•jmagland•9h ago•0 comments

Show HN: Book Bounce – Bedtime story helper for parents

https://bedtimebookhelper.com
2•philajan•9h ago•0 comments
Open in hackernews

Show HN: PGP made convenient (encrypted at rest with passkeys)

https://chromewebstore.google.com/detail/pgp-tools-encrypt-decrypt/pgpcdgggohpbombhkffjoiiafdlfcpgp
2•acorn221•2h ago

Comments

acorn221•2h ago
This is my extension, I made it because I hate the UX of PGP.

It uses passkeys (or passwords) to encrypt all keys (public and private) at rest so your contacts can't get leaked easily.

I do a bunch of vulnerability research with sensitive info and I hated having to go to the CLI every time I wanted to encrypt a new message. I found myself getting lazy and not encrypting messages.

Uses SequoiaPGP via WASM in rust, private keys only persist in ram when they are being used (or you can choose to cache them) and it doesn't let the JS hold the pvivate keys where garbage collection can persist them longer than needed - it zeroizes wherever private keys are being used.

https://github.com/Am-I-Being-Pwned/PGP-Tools