Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Local AI assistant, dreaming explorable worlds.
| Date | Stars |
|---|---|
| 2026-07-31 | 1108 |
| 2026-08-01 | 1108 |
| 2026-08-06 | 1108 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# <img src="https://localgpt.app/logo/localgpt-icon-app.svg" width="50" height="50" alt="LocalGPT" /> LocalGPT
[](https://github.com/localgpt-app/localgpt#license)
[](https://crates.io/crates/localgpt)
[](https://crates.io/crates/localgpt)
[](https://docs.rs/localgpt/latest/localgpt)
[](https://github.com/localgpt-app/localgpt/actions)
[](https://discord.gg/spKRr6mRyp)
Build explorable 3D worlds with natural language — geometry, materials, lighting, audio, and behaviors. Open source, runs locally.
[](https://www.youtube.com/watch?v=R__tg7YY0T8)
## Install
### From crates.io (for users)
If you just want to run LocalGPT — no source checkout needed:
```bash
# World Building
cargo install localgpt-gen
# AI Assistant (chat, memory, daemon)
cargo install localgpt
```
### From source (for developers)
If you've cloned the repository and want to hack on the code, use `cargo run` to iterate without installing:
```bash
git clone https://github.com/localgpt-app/localgpt.git
cd localgpt
# World Building
cargo run -p localgpt-gen -- "Create a desert scene with pyramids"
# AI Assistant
cargo run -- chat
cargo run -- daemon start
```
Full options (feature flags, headless builds, Docker): see [Installation](https://localgpt.app/docs/installation).
## <img src="https://localgpt.app/logo/localgpt-icon.svg" width="32" height="32" alt="LocalGPT" /> Gen Mode (World Building)
`localgpt-gen` is a standalone binary for AI-driven 3D world creation with the Bevy game engine.
```bash
# Start interactive mode
localgpt-gen
# Start with an initial prompt
localgpt-gen "Create a desert scene with pyramids and a UFO hovering above"
# Load an existing scene
localgpt-gen --scene ./world.glb
# Verbose logging
localgpt-gen --verbose
```
### Features
- **Parametric shapes** — box, sphere, cylinder, capsule, plane, torus, pyramid, tetrahedron, icosahedron, wedge
- **PBR materials** — color, metalness, roughness, emissive, alpha, double-sided
- **Lighting** — point, spot, directional lights with color and intensity
- **Behaviors** — orbit, spin, bob, look_at, pulse, path_follow, bounce
- **Audio** — ambient sounds (wind, rain, forest, ocean, cave) and spatial emitters
- **Export** — glTF/GLB, HTML (browser-viewable), screenshots
- **World skills** — save/load complete worlds as reusable skills
### Headless Mode & Experiment Queue
Queue world experiments and generate without a window — overnight batch runs, CI pipelines, or scripted variations:
```bash
# Generate a single world (no window)
localgpt-gen headless --prompt "Build a cozy cabin in a snowy forest"
# With style hint
localgpt-gen headless --prompt "Village marketplace" --style "Studio Ghibli"
```
The memory system learns your creative style across sessions — palettes, lighting preferences, entity templates — and applies them automatically in future generations.
Full docs: [Headless Mode & Experiment Queue](https://localgpt.app/docs/gen/headless)
### MCP Server
Use Gen from Claude Desktop, Codex Desktop, or any MCP-compatible editor (VS Code, Zed, Cursor):
```bash
localgpt-gen mcp-server
```
Add to Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
```json
{
"mcpServers": {
"localgpt-gen": {
"command": "localgpt-gen",
"args": ["mcp-server"]
}
}
}
```
For CLI tools (Claude CLI, Gemini CLI, Codex CLI), use `--connect` to route tool calls to your existing window. See [CLI Mode (MCP Relay)](https://localgpt.Excerpt of 7,933 characters
Read on GitHub542
56
11
2
1
Chase Naples · Bank of America
1
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:fcecbf273d746f4b, desc:ai assistant