This is the GitHub organization profile repository for Gods from the Machine. It contains the landing page README displayed on the organization's GitHub profile, SVG branding assets, and the MIT license.
.github/
├── profile/
│ └── README.md Organization profile landing page (displayed on github.com/godsfromthemachine)
├── assets/
│ ├── logo.svg Organization logo — hexagonal machine god icon (cyan→purple→pink gradient)
│ └── architecture.svg CLI/MCP/API duality architecture diagram (dark themed, 700x420)
└── LICENSE MIT License, Copyright (c) 2024 Baalateja Kataru
This is the public-facing landing page for the GitHub organization. It is rendered at github.com/godsfromthemachine. It contains:
- Centered SVG logo
- SWTOR-inspired origin quote
- Vision statement (local AI, no cloud, consumer hardware)
- Projects table (gilgamesh, zeus, raijin, garuda) with language, description, and GitHub links
- 6 core principles (local-first, blazing fast, lean, open source, CLI+MCP+API, mythological)
- CLI/MCP/API duality explanation with embedded architecture diagram SVG
- "Get involved" call to action
Organization logo. Dark-themed SVG with:
- Nested hexagonal icon (outer + inner hex) with gradient stroke (cyan→purple→pink)
- Center eye/node with gradient fill
- Connection lines from center to hex vertices
- Text: "GODS FROM THE MACHINE" + "INTELLIGENT PROGRAMS POWERED BY LOCAL AI"
- Monospace fonts: SF Mono, Fira Code, Cascadia Code fallback chain
- ViewBox: 480x120
Full CLI/MCP/API duality architecture diagram. Dark background (#0d1117), featuring:
- Local AI Model box at top (Qwen 3.5 via llama.cpp)
- Three color-coded interface boxes: CLI (cyan), MCP (purple), HTTP (pink)
- Tool Registry bar listing all 7 tools (read, write, edit, bash, grep, glob, test)
- Bottom row: Skills, Hooks, Context, Sessions
- Consumer labels: Humans → CLI, Agents → MCP, Programs → HTTP
- ViewBox: 700x420
- README.md is the public face of the org. Keep it concise, accurate, and visually clean.
- SVG assets use the project's color scheme: cyan (#00d4ff), purple (#7b2ff7), pink (#ff006e), green (#00ff88), dark bg (#0d1117).
- Projects table must stay in sync with the actual repos. Update when repos change status.
- Principles are foundational. Do not change without discussion.
- When adding new projects to the table, follow the existing format: name (linked), language, description.
- SVGs use monospace fonts (SF Mono, Fira Code, Cascadia Code). Keep the font-family fallback chain.
This repo is the "front door" for the organization. It should reflect the current state of:
- gilgamesh — flagship project, most actively developed
- zeus — incomplete, Zig build system
- raijin — incomplete, Rust ONNX inference
- garuda — incomplete, Zig tree viewer
- godsfromthemachine.github.io — project website (Hugo)
- whiteboard — private planning repo (not linked publicly)
- Author:
bkataru <baalateja.k@gmail.com> - Keep commits descriptive
- No build step — this repo is static content only