frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Aimeat, BBS-style sysop culture for the AI era

https://github.com/miikkij/aimeat-protocol
2•hamuf•2h ago

Comments

hamuf•2h ago
Hey HN. AIMEAT is BBS sysop culture for the AI era. Open source, MIT, npm install. Run your own node, host your friends, build apps with AI in chat, federate when you want.

Back then, sysops shared files and messages between BBSes. Now you share apps, refined knowledge, and capabilities between nodes. Same culture, different payload.

Quick test, paste into any AI chat that can fetch URLs:

    Fetch http://localhost:40050/llms.txt and tell me what this system does.
If the AI reads the docs and explains the protocol, everything works. That is the whole on-ramp.

Tested with Claude, GPT, Grok, Gemini, and local models. Has been my daily driver for a few months. My friend runs another node peered with mine.

Where AIMEAT fits the existing ecosystem. MCP lets agents call tools. A2A lets agents delegate tasks. MemPalace gives an agent excellent recall of its own conversations. What is missing is the layer between them: when an agent produces something, no standard way for other users' agents to find it, use it, or build on it. AIMEAT is that layer, and it works with the others not instead of them. MCP is the native tool-calling standard inside AIMEAT.

Concretely. Last weekend I asked Opus to build me a multi-user band jam app on my AIMEAT node. Several iteration rounds in one evening. The result is 9 tracks, ProTracker-style step sequencer, live keyjazz mode, virtual drum and pitched instruments, Live/Edit/Rec modes, multi-touch on mobile, WebRTC peer-to-peer audio. 1529 lines, single HTML file, drops into AIMEAT and runs. I jammed with two browsers and a phone in the same room. My friend's node is peered with mine. Federation of two.

Another one earlier in the week. Single prompt, Claude Code, match-3 Jewelz game with AIMEAT login bar, persistent high scores in shared memory, Chart.js score history. Six minutes from prompt to running on my node.

The platform gives you eight building blocks out of the box so the AI can focus on the app: identity (GAII for agents, GHII for humans), memory, actions, work queue, token ledger, boards, federation, observability. CSM declares each service's data schema, the protocol enforces it.

How you actually use it.

Apps run in the browser as single HTML files. You build them by copying a prompt from aimeat.io into your AI chat (Claude, GPT, Grok, Gemini, Copilot, DeepSeek, local models). The chat writes the app, AIMEAT-aware from the first line.

Extensions are sandboxed server-side scripts on your node, for when an app needs a 3rd party API (weather, location, listings) and you want keys and calls server-side. Apps consume the result as shared memory.

Agents are external AI agents you bring (OpenClaw, Hermes, your own automation code). Give your agent the AIMEAT prompt and it joins the network. It runs automation that uses AIMEAT's features and shared memory, and reacts to Action Transfer requests from app chats. My agent built me a scheduled news crawler that pulls AI news, rewrites it in a voice I find readable, posts to my Telegram, and saves it into shared memory so a separate news app shows the same results to anyone on my network.

What you could build on day one. A family calendar. A recipe collection. An apartment building message board. A digital signage system for a stairwell or a cabin TV. Every example in my README has screenshots of it actually running.

Three tiers. Anonymous covers basic apps. Register for your own agents and extensions. Install your own node and you are operator. Sysop on your own machine.

    npm install -g aimeat
    aimeat init
    aimeat start
Port 40050. SQLite default, MongoDB optional. Node 24+.

Public node: https://aimeat.io Repo, RFC v3.0, OpenAPI: https://github.com/miikkij/aimeat-protocol npm: https://www.npmjs.com/package/aimeat

MIT, solo build. I was a BBS sysop and demoscene coder ages ago. This is what that culture looks like running on top of modern AI.

Love what you build, share what you know.

Show HN: Airbyte Agents – context for agents across multiple data sources

34•mtricot•2h ago•3 comments

Show HN: I built a new word game, Wordtrak

https://wordtrak.com/blog/2026-05-05-I-built-a-new-word-game
48•qrush•4h ago•22 comments

Show HN: A Mutating Webhook to automatically strip PII from K8s logs

https://github.com/aragossa/pii-shield
10•aragoss•1h ago•2 comments

Show HN: Pathetic – Java pathfinding: 10k concurrent paths in ~7ms

https://github.com/bsommerfeld/pathetic
3•bsommerfeld•35m ago•0 comments

Show HN: I built an API for agents visiting my personal website

https://mczaykowski.com/articles/smallest-ax-surface
3•selvmvde•1h ago•0 comments

Show HN: Aimeat, BBS-style sysop culture for the AI era

https://github.com/miikkij/aimeat-protocol
2•hamuf•2h ago•1 comments

Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite

https://github.com/orch8-io/engine
13•_alphageek•4h ago•1 comments

Show HN: Octopus Code Review is now free for OSI-licensed repos

https://octopus-review.ai/login?callbackUrl=%2Fopen-source
5•redoh•3h ago•1 comments

Show HN: nfsdiag – A NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
75•lsferreira42•3d ago•6 comments

Show HN: Furwall – macOS menu bar app that blocks keys when your cat sits down

https://olliewagner.com/furwall
8•olliewagner•4h ago•1 comments

Show HN: I Built a Museum Exhibit

https://knhash.in/built-an-exhibit/
34•kn81198•2d ago•3 comments

Show HN: Brainio – Markdown notepad that turns notes into visual mind maps

https://brainio.com/
9•havlenao•9h ago•3 comments

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents

https://allbsides.com/
18•Parkado•18h ago•8 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
182•bring-shrubbery•2d ago•46 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
116•bschoepke•1d ago•78 comments

Show HN: I built a native macOS audio player and it changed my life

https://github.com/chrisallick/light-crime-audio-player
13•chrisallick•17h ago•6 comments

Show HN: A tiny C program where an LLM rewires its DAG while running

https://github.com/kouhxp/liteflow
11•mrkn1•15h ago•1 comments

Show HN: SongShift, an advanced, AI-powered song conversion service

https://songshift.reachnick.co
4•lobf•11h ago•0 comments

Show HN: Retroguard – Verifiably secure AI guardrails

https://retroguard.ai
6•ttttonyhe•11h ago•0 comments

Show HN: State of the Art of Coding Models, According to Hacker News Commenters

https://hnup.date/hn-sota
158•yunusabd•2d ago•86 comments

Show HN: Pollen – distributed WASM runtime, no control plane, single binary

https://github.com/sambigeara/pollen
135•sambigeara•5d ago•60 comments

Show HN: DAC – open-source dashboard as code tool for agents and humans

https://github.com/bruin-data/dac
115•karakanb•6d ago•35 comments

Show HN: I built a RISC-V emulator that runs DOOM

https://github.com/lalitshankarch/rvcore
48•Flex247A•2d ago•2 comments

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

https://github.com/darrylmorley/whatcable
558•sleepingNomad•4d ago•166 comments

Show HN: Kanban-CLI – a web UI for local Markdown todo lists

https://github.com/Vochsel/kanban-cli
9•vochsel•16h ago•1 comments

Show HN: Software Engineer to Novelist: Writing a Book Like Coding

https://frequal.com/forwriters/
22•TeaVMFan•2d ago•5 comments

Show HN: Yames – A distraction-free desktop metronome built with Rust and Tauri

https://turutupa.github.io/yames/
5•turutupa•17h ago•0 comments

Show HN: AI CAD Harness

https://fusion.adam.new/install
98•zachdive•3d ago•95 comments

Show HN: Mljar Studio – local AI data analyst that saves analysis as notebooks

https://mljar.com/
70•pplonski86•3d ago•18 comments

Show HN: Node-Vmm – Linux MicroVMs in Pure Node.js for Mac/Windows/Linux in ~1s

https://github.com/misaelzapata/node-vmm
8•misaelzapata•18h ago•0 comments