# localgpt-app/localgpt

Local AI assistant, dreaming explorable worlds.

Repository: https://github.com/localgpt-app/localgpt
Canonical: https://ross.abutalabs.com/products/localgpt-app-localgpt
Homepage: https://localgpt.app/
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: agent, ai, rust, world, bevy
Last push: 2026-06-21T18:54:39+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 35, longevity 15
- inputs: {"age_days": 213, "days_push": 73, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1119, forks 101 (observed 2026-08-28T04:03:39.139411+00:00)

## What it is
LocalGPT is a local-only AI assistant built in Rust that ships as a single binary with a CLI, desktop GUI, embedded web UI, HTTP API, and MCP server, featuring persistent markdown memory with hybrid FTS5/vector search and kernel-level shell sandboxing. It also includes localgpt-gen, a Bevy-powered mode that builds explorable 3D worlds (geometry, materials, lighting, audio, behaviors) from natural-language prompts.

## Use cases
- run a private AI assistant entirely on my machine with no cloud
- give an AI agent persistent memory across chat sessions
- generate 3D game scenes from natural language descriptions
- integrate a local AI assistant into Claude Desktop or VS Code via MCP
- chat with an AI assistant from Telegram or Discord
- schedule autonomous background agent tasks
- search my conversation history semantically and by keyword
- sandbox AI-executed shell commands at the kernel level

## When to choose
- you want a privacy-first, local AI assistant with no telemetry or cloud storage
- you need an agent with persistent, searchable memory across sessions
- you want to prototype explorable 3D worlds conversationally with Bevy
- you need MCP integration with editors and AI coding assistants
- you want kernel-level sandboxing for agent shell commands without Docker

## When to avoid
- you need a hosted or multi-user production chat service
- you want a managed cloud LLM experience with zero local setup
- you need production-grade 3D content creation beyond procedural primitives
- you require a mature, battle-tested assistant with a large ecosystem

## Facets
- artifact type: application
- maturity: active
- function: agent-framework, rag, chatbot, mcp, game-engine, llm-inference, search-engine, cli, gui, websocket, scheduling, security
- domain: artificial-intelligence, large-language-models, developer-tools, self-hosted, privacy
- platform: windows, rust, cli, cross-platform
- tags: local-first, bevy, 3d-world-generation, persistent-memory, hybrid-search, sqlite-fts5, vector-embeddings, shell-sandbox, heartbeat-daemon, gltf-export, mcp-server, multi-provider-llm, egui, single-binary, privacy-first, ai-agents, game-development, command-line, linux, macos, desktop, docker, telegram, discord

## Member repositories
- localgpt-app/localgpt (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:39.139411+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:41:24.848541+00:00, confidence not recorded.
  - readme: https://github.com/localgpt-app/localgpt (fetched 2026-08-28T04:03:39.139411+00:00, sha 4ecf78dad50f)
  - homepage: https://localgpt.app/ (fetched 2026-08-29T12:45:15.952101+00:00, sha ad04f0dc17f6)
  - site_page: https://localgpt.app/docs/intro (fetched 2026-08-29T12:45:15.961108+00:00, sha 85d0f3778073)
  - site_page: https://localgpt.app/docs/gen (fetched 2026-08-29T12:45:15.962915+00:00, sha 5ef94524e0b6)
  - site_page: https://localgpt.app/docs/cli-commands (fetched 2026-08-29T12:45:15.964983+00:00, sha 5837c7d5d8d4)
  - site_page: https://localgpt.app/docs/configuration (fetched 2026-08-29T12:45:15.967003+00:00, sha cc2a9014c9d0)
  - site_page: https://localgpt.app/docs/http-api (fetched 2026-08-29T12:45:15.969336+00:00, sha 4dcdf3740455)
  - site_page: https://localgpt.app/docs/memory-system (fetched 2026-08-29T12:45:15.971827+00:00, sha 2557a47f321c)
  - site_page: https://localgpt.app/docs/heartbeat (fetched 2026-08-29T12:45:15.974320+00:00, sha 470923bf96e0)
  - site_page: https://localgpt.app/docs/sandbox (fetched 2026-08-29T12:45:15.976266+00:00, sha 6188f342fa50)
- Data as of 2026-08-30T08:39:29.467469+00:00.
