frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Davit, a Apple Containers UI

https://davit.app
301•xinit•14h ago•68 comments

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

https://github.com/rowboatlabs/rowboat
157•segmenta•16h ago•41 comments

Show HN: Chiptune Radio

https://chiptune-radio.alephvoid.com/
47•bootbloopers•7h ago•9 comments

Show HN: Neil the Seal Game

https://neiltheseal.app/
54•dalemhurley•2d ago•41 comments

Show HN: Free Mermaid Diagram Editor

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

Show HN: Codex-profiles – isolated Codex CLI/Desktop profiles

https://ducksss.github.io/codex-profiles/
3•chaipinzheng•2h ago•0 comments

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

https://github.com/kklimuk/docx-cli
63•kirillklimuk•14h ago•26 comments

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

https://postgres.saneengineer.com
85•anivan_•20h ago•16 comments

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

https://github.com/bkuan001/halo-record
32•brian_kuan•18h ago•20 comments

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

7•keepamovin•8h ago•5 comments

Show HN: Ghostmeet – Self-hosted meeting transcription and summaries

https://ghostmeet.sshlab.dev/
13•swq115•7h ago•6 comments

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

https://whimfiles.com
88•whimbyte•1d ago•60 comments

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

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

Show HN: OCR Buddy: local browser OCR for code, formulas (LaTeX) and tables

https://github.com/Fanfulla/OCR-buddy
5•Fanfulla•10h ago•0 comments

Show HN: I created a ninety second challenge for conversations that matter

https://www.AskPitch.com/duel
2•KashifNY•6h ago•0 comments

Show HN: FactIQ – a realtime econ+finance database for AI agents

https://github.com/defog-ai/factiq-plugin
5•rishsriv•7h ago•2 comments

Show HN: Plagiarism.Free – Free Plagiarism Checker

https://plagiarism.free/
3•nadermx•7h ago•0 comments

Show HN: FrankenMarkdown, Render .md Files to PDF/HTML (also in browser)

https://github.com/Dicklesworthstone/franken_markdown
2•eigenvalue•7h ago•0 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: Baerly-storage, a document DB that runs per request, no DB server

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

Show HN: Perks Reminder – open-source tracker for expiring card benefits

https://github.com/lifan-builds/perks-reminder
2•lifan-builds•9h ago•0 comments

Show HN: A LinkedIn / X CLI for your agents

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

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

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

Show HN: Convergo – plan/build review loops for coding agents

https://github.com/gomilesf/convergo
2•gomilesfd•10h ago•0 comments

Show HN: I built an AI spritesheet generator for game developers

https://www.autosprite.io
2•autosprite•10h ago•0 comments

Show HN: Backlog – tasks and contexts manager for AI coding agents

https://github.com/mazen160/backlog
4•mazen160•11h ago•0 comments

Show HN: Instant GraphRAG over any Postgres database

https://polygres.com
4•daleverett•11h ago•2 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
227•homegamesjoseph•2d ago•55 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
58•PatchRequest•2d ago•26 comments

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

https://github.com/apoxy-dev/clrk
4•dilyevsky•13h ago•0 comments
Open in hackernews

Show HN: Grace – Orchestrate Hybrid Mainframe and Cloud Workflows with YAML

https://graceinfra.org
4•arnavsurve•1y ago
Hi HN,

I'm a CS student and intern at the California DMV. I’ve spent the last few months migrating mainframe datasets (mainly VSAM KSDS) into cloud systems like RDS/Postgres — and I kept running into the same problem: there's no sane way to orchestrate workflows across mainframe and cloud systems.

Everything is fragmented:

- Mainframe teams write JCL and use job schedulers

- Cloud/data teams build Python ETL scripts and Airflow DAGs

- Integration is slow and manual, often extensive email threads and handoffs between siloed teams

So I built Grace, a declarative orchestration toolchain that lets you define end-to-end workflows in YAML, from COBOL batch jobs to S3 uploads or shell scripts.

https://github.com/graceinfra/grace

Grace handles job orchestration across environments, including JCL templating and submission, dataset transfer, inter-job data handoff, and structured logging for each step. The goal is to expose mainframe logic in atomic, reusable steps that can be integrated into modern infrastructure pipelines.

Mainframes will be around for decades to come. I don’t think rewriting millions of lines of COBOL is a good use of time or money; the real need is tooling that allows cloud-native systems to hook cleanly into legacy logic. Grace aims to be that bridge: a shared control plane for orchestrating hybrid infrastructure, without the glue code.

Would love feedback from anyone working in legacy modernization, DevOps, or infra.