The official website for Gods from the Machine — autonomous programs powered by local AI.
Live at: https://godsfromthemachine.github.io
- Home — Vision, project overview, principles, quick start
- Projects — Gilgamesh, Zeus, Raijin, Garuda
- Architecture — Technical design, duality principle, agent loop, token budget
- Roadmap — Phase-based milestones from foundation to future
- About — Motivation, design values, hardware targets
- Hugo — Static site generator
- Custom
machine-godstheme — dark terminal aesthetic, no external dependencies - SVG graphics — all logos and diagrams are hand-crafted SVGs
# Install Hugo
# https://gohugo.io/installation/
# Run local dev server
hugo server -D
# Build for production
hugo --minifyThis site deploys to GitHub Pages via GitHub Actions. Pushing to main triggers a build and deploy.
MIT