Skip to content

DavidWise01/Akasha

Repository files navigation

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
  1. Start the Stargate:
docker compose up -d
  1. Listen on Earth:
docker exec -it pocket-universe_stargate-earth-dhd mosquitto_sub -v -t "pocket/#"
  1. 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.

Isolation & 422 Trillion

  • No cloud keys. No accounts. The attestor generates its own secret.key on 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.

Who's In Charge?

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.

The Vault

Open public/vault/index.html after you start the stack. That's where the witnesses write.

One-Click

Windows:

.\pocket-universe\new-universe.ps1

It kills the zombie on port 1883, starts the compose stack, and tails the logs until Chevron 1 locks.

Contribute

Don't fork to fix. Fork to add a world.

  • Want Chevron 2? Copy taurus.conforion.conf, add it to compose.
  • Want a new dance? Drop it in /dance.
  • Want to breathe differently? /breathing is 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:

  1. Tells the truth upfront (it's a story)
  2. Gives the exact commands to reproduce first light
  3. 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/?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages