frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

https://kenforthewin.github.io/atomic-editor/
29•kenforthewin•5h ago•7 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
96•marekkowalczyk•21h ago•15 comments

Show HN: Deliberate – log what your agent rejected, not just what it ran

https://www.deliberate.dev/
2•garysmith1234•1h ago•0 comments

Show HN: Ouijit, an open-source task and terminal manager for coding agents

https://ouijit.com/
3•pbjerkeseth•1h ago•0 comments

Show HN: xxUTF – SIMD Unicode Normalization

https://github.com/dzfrias/xxUTF
3•dzfrias•2h ago•1 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
128•poppypetalmask•22h ago•23 comments

Show HN: Entropic — information-driven variable-rate media playback

https://github.com/patrickxia/entropic
4•pxx•3h ago•0 comments

Show HN: FuguUX – science-backed, AI user testing to identify key web UX issues

https://www.fuguux.com
3•sdas7•3h ago•0 comments

Show HN: Agentpack – isolated config layers for Claude Code, Codex, and OpenCode

https://nexo.sh/posts/agentpack/
3•nexo-v1•3h ago•0 comments

Show HN: Komi-learn – continuous memory and self-improvement for coding agents

https://github.com/kurikomi-labs/komi-learn
18•rainxchzed•13h ago•2 comments

Show HN: Use Chrome DevTools Protocol to Control WinForm/MFC Apps

https://github.com/AIGCEra/Creator
3•tangramdev•4h ago•0 comments

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
120•ruaraidh•1d ago•43 comments

Show HN: Open Envelope – an open schema for defining AI agent teams

https://openenvelope.org/docs/schema/
45•ashconway•2d ago•7 comments

Show HN: Stable Audio 3 – one-shot sample generator (110gb download)

https://github.com/shiehn/sas-sample-generator
5•stevehiehn•5h ago•3 comments

Show HN: Graph-Based Firebase Alternative with Real-Time Sync

https://linkedrecords.com/getting-started/
3•WolfOliver•5h ago•0 comments

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

https://github.com/jmaczan/tiny-vllm
194•yu3zhou4•1d ago•17 comments

Show HN: Open-source private home security camera system (end-to-end encryption)

https://github.com/secluso/core
123•arrdalan•1d ago•28 comments

Show HN: CPU-only fast OCR for screenshots, images, PDFs, webpages

https://github.com/kouhxp/textsnap
6•mrkn1•9h ago•4 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
185•dtagames•2d ago•56 comments

Show HN: Cordium: FOSS sandbox platform that eliminates credential injection

https://github.com/octelium/cordium
3•geoctl•7h ago•0 comments

Show HN: Zot – Yet another coding agent harness

https://www.zot.sh
100•patriceckhart•2d ago•78 comments

Show HN: Live, system-wide USB transfer sniffer in eBPF

https://github.com/yeet-src/usbsnoop
6•r3tr0•14h ago•0 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
86•lucamrtl•3d ago•26 comments

Show HN: Continue? Y/N: A 60-second game about AI agent permission fatigue

https://llmgame.scalex.dev
382•Wirbelwind•3d ago•157 comments

Show HN: OWASP Agent Memory Guard – Stop AI Agent Memory Poisoning

https://github.com/OWASP/www-project-agent-memory-guard
3•vgudur297•15h ago•0 comments

Show HN: I built an Android OS in the browser

https://mobilegym.dev/
27•haozaz•1d ago•7 comments

Show HN: Hallucinate – Massively Multiplayer Online Rave

https://hallucinate.site
438•stagas•3d ago•197 comments

Show HN: I made a Gemma 4 Mac app that names screenshots with local AI

https://snapname.app
7•joas_coder•16h ago•6 comments

Show HN: Open-Source AI Racing Harness

https://www.elodin.systems/post/elodin-ai-grand-prix-race-sim-harness
75•danAtElodin•3d ago•22 comments

Show HN: Lite-Harness – Self-Hosted Cursor Agents (Use Claude Code/OpenCode)

https://github.com/LiteLLM-Labs/lite-harness
6•detente18•18h ago•0 comments
Open in hackernews

Show HN: Cordium: FOSS sandbox platform that eliminates credential injection

https://github.com/octelium/cordium
3•geoctl•7h ago
Hello HN, Cordium is a general-purpose sandbox platform built on Kubernetes and Octelium, may main work https://github.com/octelium/octelium, that can be used for various use cases, including coding for developers with VSCode, Zed, etc. (i.e. self-hosted GitHub Codespaces alternative), AI agent tasks (i.e. FOSS alternative to AI sandbox products such as E2B, Daytona, etc.), CI/CD workloads (e.g. building and publishing Docker images etc.), and more importantly for secretless remote access to infrastructure for devs and automated workloads.

The main _differentiator_ here, compared to other dev environments and sandbox platforms, is that Cordium automatically provides identity-based, secretless secure access to resources/infrastructure (e.g. APIs, SSH, databases, k8s, etc.) without having to inject credentials (e.g. API keys, SSH private keys, database passwords, etc.) into the sandbox where the upstream credential is held by the identity-aware proxy of the Octelium-protected resource outside the reach of the sandbox. You can simply think of it as a sandbox + ZTNA/remote-access-VPN baked-in where access to infrastructure is based on identity and policy-as-code rather than credentials.

Cordium is a purely FOSS project under Apache 2.0 that's meant for self-hosting and there are no plans for a pro/SaaS/cloud version. The development of the project started back in 2022 and it is already being used by a few organizations that use Octelium since last year. Happy to answer any questions.