frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Open-Source eInk Bike Computer

https://opentrailpaper.com
355•stingrae•1d ago•113 comments

Show HN: Amaze Kings – a browser logic puzzle with 1,400 hand-graded levels

https://kings.amaze-apps.com/
2•amaze-apps-com•1h ago•0 comments

Show HN: HyperCard to HTML Converter

https://github.com/stachon/hc2html
2•druidcz•1h ago•0 comments

Show HN: Getting to the top of Show HN is getting harder

https://artifactbin.dev/@vivek/6bXsx3-vol-2-show-hn-hall-of-fames
6•ppsreejith•2h ago•5 comments

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
5•rsandhu•2h ago•1 comments

Show HN: TERMy – A fast terminal assistant that does not use LLMs

https://github.com/gioblu/NPC-Forge/blob/main/docs/development.md
171•gioscarab•1d ago•43 comments

Show HN: Moadim.io – A scheduler for agents

https://moadim.io/
29•tupe12334•18h ago•13 comments

Show HN: Minilith – A zero-dependency CMS stored inside a PNG file

https://blog.minilith.site/#posts/minilith-architecture
6•a_bytecycle•5h ago•5 comments

Show HN: Reactor Atlas

https://reactoratlas.com
71•fedecaccia•2d ago•25 comments

Show HN: Personal Context MCP

https://lanes.sh/showcase/personal-context-mcp
13•s-xyz•17h ago•0 comments

Show HN: TenantLayer – Multi-Tenancy for Spring Boot and Postgres

https://tenantlayer.io
5•suchait6655•9h ago•1 comments

Show HN: OwnTime – a chess clock for your day's priorities

https://owntime.app/
110•fmos•3d ago•61 comments

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

https://hnmatchmaker.com/
122•all2•3d ago•46 comments

Show HN: WinZST > 7-Zip fork with first-class compressed tar support on Windows

https://github.com/firebadnofire/WinZST
4•firebadnofire•13h ago•2 comments

Show HN: Rubato – Retro-Mac desk device mirrors AI coding state-ESP8266

https://github.com/lovaxi/Rubato_Device
5•Beartificial•14h ago•2 comments

Show HN: I made a word building game supporting anagrams and one handed use

19•busymom0•2d ago•1 comments

Show HN: Agent-to-agent payment. Your agents can pay each other

https://openspender.com/agent-to-agent
8•firatcan•18h ago•1 comments

Show HN: The cheapest GPU cloud – H100s at $2.04/HR, H200s at $3/HR

https://compute.cheap/
58•EmiCorleone•2d ago•20 comments

Show HN: TimerVana a Local-first scheduler for real world routines

https://timervana.net/browse
3•granto•19h ago•0 comments

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

https://newtonsorchard.app
31•andrewchilds•4d ago•5 comments

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

https://masteranza.github.io/weedout/
182•masteranza•3d ago•82 comments

Show HN: Marketplace for finding craft fairs and vendor events

https://www.boothscout.com
5•wowinter15•21h ago•0 comments

Show HN: Sageling - a local AI agent for Mac, Qwen 3.5 9B in-process via MLX

https://sageling.ai/
4•kirillklimuk•22h ago•1 comments

Show HN: Covenant – A governance framework for multi-agent AI systems

https://github.com/asalsali/covenant-framework-community
2•alexjsalsali•22h ago•1 comments

Show HN: Coder Eval – A Framework for Evals

https://github.com/uipath/coder_eval
4•mihaich•22h ago•1 comments

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

https://github.com/carloslfu/slotstream
237•carloslfu•4d ago•116 comments

Show HN: Local Mitsubishi AC Control with ESPHome and an AtomS3 Lite

https://didac.dev/builds/mitsubishi-air-conditioning
2•sabatesduran•1d ago•1 comments

Show HN: NationalDex • minimal open-source Pokédex

https://www.nationaldex.app
4•linesofcode•1d ago•2 comments

Show HN: asciiQuake

https://asciiquake.wtf/
16•apresmoi•3d ago•7 comments

Show HN: Real-time AI news aggregator with daily digest

https://aibriefs.news
12•michelmi•2d ago•19 comments
Open in hackernews

Show HN: MobileCode – OpenCode with Built-In iOS and Android Previews

https://github.com/hsandhu/mobilecode
5•rsandhu•2h ago

Comments

rsandhu•1h ago
Hi HN, I’m building MobileCode, an open-source fork of opencode focused on mobile development: https://github.com/hsandhu/mobilecode MobileCode detects iOS and Android projects, starts the appropriate simulator or emulator preview server, and renders the live device beside your coding session. For iOS, it detects Xcode projects, workspaces, CocoaPods, and Expo apps. It uses serve-sim to stream the iOS Simulator. For Android, it detects Gradle projects. It uses serve-avd to stream the Android Emulator.

Under the hood, iOS builds use xcodebuild, simctl install, and simctl launch. Android builds use the project’s Gradle wrapper, adb install, and an explicit launch intent. The device operations are also exposed through an HTTP API.