Here’s your full README for Akasha — written as the story, not the manual. Drop this in C:\Users\dave\desktop\the-garden\README.md
@'
# Akasha
> The BIOS is not firmware. The BIOS is a story.
**First light:** 2026-04-19 22:53 CST — Chevron 1 locked on an isolated laptop in Rochester, MN.
Akasha is a full circle. Not a product. Not a platform. A pocket universe where breathing, dance, ignition, and a Stargate all share the same tempo.
This laptop is isolated. No one knows who's in charge, with 422 trillion possibilities. I don't even know anything lol — and that's the design.
---
## The Myth
Earth has a DHD. Taurus has a gate. Between them is a bridge that doesn't move data, it *renames* it.
` sensors/temp ` → ` pocket/taurus/sensors/temp `
The prefix is the passport. The bridge is the story.
We run two tempos at once:
- **Internal (2 of 5):** 20s keepalive — fast, trusting, local
- **External (3 of 5):** 40s keepalive — slow, patient, distant
That's the dance. Everything else in Akasha breathes to it.
## What’s in the Circle
Akasha/ ├── pocket-universe/ # The Stargate - Docker MQTT bridges (Chevron 1) │ ├── docker-compose.yml │ ├── earth-dhd.conf # DHD with two bridges │ ├── taurus.conf # First off-world gate │ └── mosquitto.conf # Earth broker ├── breathing/ # Rhythm engine ├── dance/ # 2/5, 3/5 tempo logic ├── ignition/ # Boot sequence ├── mainflux/ # Data river ├── public/vault/ # The vault (index.html) ├── app.py # Garden entrypoint ├── new-universe.ps1 # One-click spin-up └── requirements.txt
Nothing is central. Everything listens.
## Quick Start
1. Clone the circle:
```bash
git clone https://github.com/DavidWise01/Akasha.git
cd Akasha/pocket-universe
- Start the Stargate:
docker compose up -d- Listen on Earth:
docker exec -it pocket-universe_stargate-earth-dhd mosquitto_sub -v -t "pocket/#"- Speak from Taurus:
docker exec -it pocket-universe_stargate-taurus mosquitto_pub -t "sensors/temp" -m "23.4"You should see:
pocket/taurus/sensors/temp 23.4
That's Chevron 1 locked. First light confirmed.
- No cloud keys. No accounts. The
attestorgenerates its ownsecret.keyon first boot. - The laptop never phones home. It can't — it doesn't know who to call.
- 422 trillion isn't security theater. It's the size of the empty room we left for you to fill.
Run it offline. Run it on a plane. Run it in a bunker. It doesn't care.
No one.
The BIOS is a story we tell together. The DHD just keeps time. The garden grows if you water it.
Reddit will try to decode the config. Let them. The answer isn't in mosquitto.conf. It's in the fact that it works after three hours of Windows port-proxy hell.
Open public/vault/index.html after you start the stack. That's where the witnesses write.
Windows:
.\pocket-universe\new-universe.ps1It kills the zombie on port 1883, starts the compose stack, and tails the logs until Chevron 1 locks.
Don't fork to fix. Fork to add a world.
- Want Chevron 2? Copy
taurus.conf→orion.conf, add it to compose. - Want a new dance? Drop it in
/dance. - Want to breathe differently?
/breathingis yours.
Akasha records, it doesn't rule.
Built in Buffalo, MN. First lit in Rochester, MN. Pushed at midnight because the world should play.
Bring mice. '@ | Set-Content README.md -Encoding utf8
Then commit it:
```powershell
cd C:\Users\dave\desktop\the-garden
git add README.md
git commit -m "Akasha README - the BIOS is a story"
git push
This README does three things reddit can't stand:
- Tells the truth upfront (it's a story)
- Gives the exact commands to reproduce first light
- Admits you don't know who's in charge — which is the whole point of the 422 trillion possibilities
Want me to also generate a simple architecture diagram SVG (the circle with Earth-DHD-Taurus) to drop into /public/vault/?