Skip to main content

Codemble — an open lapis ensō whose amber star systems light up

Codemble

Explore the code AI left behind.

Codemble reads a project on your machine and turns its real structure into a galaxy you can explore or a diagram you can follow. Study any file, see what a change reaches, follow one feature from Home to its application surface, and light only what you prove you understand.

Stable release v0.19.2 CI status Python 3.11 or newer Maps seven languages Apache 2.0 license

Start here · See the loop · Trust boundary · Website · Docs

Codemble v0.19.2 showing 199 represented systems across seven languages, with community-tinted route corridors, ranked labels, 35 systems charted, six unreadable test fixtures called out, Home resolved to codemble.cli and still unlit.

Codemble v0.19.2 · every module is represented before the first lesson · related systems and proven routes share a subtle colour cue · visiting charts a route; passing checks lights a system amber

[!IMPORTANT] The screen above and the packaged app are both v0.19.2. The PyPI release maps Python, JavaScript, TypeScript, Go, Java, Rust, C#, and mixed projects; it includes First Flight, the local project-brief export, proven import-cycle facts, parser-owned feature journeys, deeper application/test role detection across all seven languages, Impact, and automatic Home selection. The pinned command and direct downloads below resolve to the same verified release.

Start here

Run v0.19.2 — recommended

Install uv once, then open Codemble whenever you need it:

Step Command
Install uv — a clean Python app runner brew install uv
Open this release — pick a project in the browser uvx --from codemble==0.19.2 codemble

No Homebrew? Use uv's official installer, or install permanently with pipx install codemble==0.19.2 and run codemble. Pass a folder to skip the project picker: uvx --from codemble==0.19.2 codemble ./my-project. Use the shorter uvx codemble when you intentionally want whatever release is newest on PyPI.

Download Codemble — wheel, source archive, SHA256 digests, and release notes

Wheel · Source archive · SHA256SUMS · PyPI files · Release notes

Build the same v0.19.2 app from source

Use this route when you want an editable checkout:

git clone --branch v0.19.2 --depth 1 https://github.com/udhawan97/Codemble.git
cd Codemble
python -m venv .venv
source .venv/bin/activate       # Windows: .venv\Scripts\activate
pip install -e .
codemble

Read the full build guide for the verification commands.

What Codemble does

Plain-English answer
Explore first. Every module is represented on the first frame. Subtle colour joins systems inside the same import community, while proven bridges stay neutral and possible routes stay dashed. First Flight gives Home a short, repeatable orientation path.
See how it fits together. Switch between a 3D galaxy, an import architecture map, and the call workflow from Home.
Follow one feature end to end. Study lays out a parser-proven route from Home through files and calls to the selected feature. Easy guides one step at a time; Expert adds the current step's parser evidence and clearly scoped selected-feature impact and verification candidates.
Know what a change touches. Impact traces what depends on a structure and what it depends on, with real file locations and certainty labels.
Prove what you understand. Graph-derived checks—not a narrator—are the only way to light a system amber.
Keep the project local. Parsing, maps, source, Impact, checks, and progress stay on your machine.
Read mixed projects. Python, JavaScript, TypeScript, Go, Java, Rust, and C# share one graph and one honesty contract.

Codemble reads supported source. It does not run your app, package scripts, compilers, or tests.

See the learning loop

01 · Explore 02 · Map
Current Codemble galaxy with visible named modules and selective import routes. Current Codemble architecture map with Home, connected modules, and a counted shelf for modules without a proven import route.
Follow a colour corridor or take First Flight; keyboard focus keeps the active system and its neighbours on the current route mesh named. Follow real imports from Home; unreachable modules are counted, not erased.
03 · Inspect 04 · Prove
Current Codemble Expert study panel showing parser-owned Impact lists over the architecture map. Current Codemble Home system after its graph-derived checks were passed, with all four parser-proven structures glowing amber.
See what a structure controls and what can break it—no model needed. Pass checks drawn from the graph; only then does the system turn amber.

One graph, two useful views

View What it shows When it helps
Galaxy Modules as systems and structures as worlds Learn the shape of the whole project
Map · Architecture Modules grouped by folder and layered by proven imports from Home See how parts fit together
Map · Workflow Certain calls from the selected entrypoint, depth by depth See what runs first
Star chart Project overview, proven import cycles, progress, and a local Markdown export Carry parser-owned facts into a handoff
Study One feature journey, real source, integrated Impact and Connections, Lens notes, and optional narration Understand how one structure reaches the application

The Map is plain SVG, so it remains usable on a machine that cannot render the WebGL galaxy. Easy mode shows an overview and guides one cited journey step at a time. Expert mode keeps that exact step selected and adds its parser rule and observation evidence. Impact, Connections, and bounded test candidates describe the selected feature as a whole, not the current route step. Neither mode changes the underlying evidence, route certainty, or scoring.

What Codemble can prove

Codemble is built for readers who may not yet spot a confident mistake, so its limits are part of the interface:

  • Nodes, routes, language concepts, Home candidates, and application/test roles come from parsers with exact source evidence.
  • Unproven relationships are labelled possible and drawn differently on both the galaxy and the map. A feature journey stops at the proof break before showing a target-relevant possible frontier; colour never upgrades certainty.
  • Impact and check answers come from the graph and need no API key.
  • Unsupported or broken source is counted and named instead of silently hidden.
  • Charting records where you went. Only a passed check records understanding.
  • Changing a file re-dims only that file's proof; the rest of your progress stays.

Read the correctness contract. A wrong node, edge, citation, Lens note, or check answer is a highest-severity bug—report it.

Local-first, with an explicit AI boundary

Stays on your machine Leaves only when Study opens with a configured narrator
Project discovery and parsing A bounded Study excerpt sent to your configured narrator
Graph, maps, feature journeys, source, structural summary, Impact, Lens, and checks A request triggered when you open Study
Progress and narration cache in ~/.codemble/ No background requests
Narration too, when you choose local Ollama No accounts, telemetry, or Codemble cloud

No model? Everything except optional prose narration remains available. To add cloud narration, set ANTHROPIC_API_KEY or OPENAI_API_KEY. To keep narration local as well:

ollama pull gemma4:12b
export CODEMBLE_PROVIDER=ollama
export CODEMBLE_OLLAMA_MODEL=gemma4:12b
Project and rendering limits
  • Supported languages: .py, .js, .jsx, .mjs, .cjs, .ts, .tsx, .mts, .cts, .go, .java, .rs, and .cs.
  • Scale: above roughly 1,000 supported files, choose a subdirectory in the picker or pass --path ./project/src.
  • Ambiguous Home: choose a parser-ranked candidate in the app or pass --entrypoint NODE_ID.
  • Broken source: safe partial evidence stays visible; Codemble never invents the missing structure.
  • Rendering: the galaxy needs WebGL; the flat Map does not.
Develop and verify
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest && ruff check .

(cd web && npm install && npm run check)
(cd docs-site && npm install && npm run check && npm run build)

The architecture, parser evidence and scale record, contributing guide, design system, and agent operating guide keep the load-bearing decisions explicit.

Help test the loop

The most useful contribution is a ten-minute first run on a real AI-built project:

  1. Follow the privacy-safe tester guide.
  2. Light one system without maintainer help.
  3. Report the first confusing moment in your own words—never paste private code, project names, credentials, or API keys.

🧭 Open an early-tester report

Roadmap

Horizon Work
Now Collect unaided learner evidence and correctness reports on v0.19.2
Next A canvas-backed complete Map, then the same 5,000-module Chromium and WebKit gate
Later Read-only sharing, new quest types, and a coordinated public launch

Milestones move only when their acceptance evidence exists. See the public roadmap.

License and acknowledgements

Codemble is released under the Apache License 2.0. It is built with tree-sitter, FastAPI, React, and 3d-force-graph. The flat-map approach draws inspiration from dagre, Eclipse ELK, and archify; the community constellations were inspired by Graphify. The parser evidence and scale record credits the exact pinned open-source revisions behind the current cache and benchmark design; Codemble copied no source or assets from them.


Built for the moment after “AI made it work” and before “I know how it works.”

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codemble-0.19.2.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codemble-0.19.2-py3-none-any.whl (911.2 kB view details)

Uploaded Python 3

File details

Details for the file codemble-0.19.2.tar.gz.

File metadata

  • Download URL: codemble-0.19.2.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for codemble-0.19.2.tar.gz
Algorithm Hash digest
SHA256 b570ecc329e4aca79cbf34bca60674130b71470e02c049320e5021f533e50ad7
MD5 248c2dda4f8b720e62f92c2f4599982e
BLAKE2b-256 8299a99af3bc0957e569a18f49dc4eac7aaf38f014034f4f6582a614dce279f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for codemble-0.19.2.tar.gz:

Publisher: publish-pypi.yml on udhawan97/Codemble

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file codemble-0.19.2-py3-none-any.whl.

File metadata

  • Download URL: codemble-0.19.2-py3-none-any.whl
  • Upload date:
  • Size: 911.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for codemble-0.19.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8d6183d2d7166bb6f84490026f9057e12acbbe6361ebbcc43727bc8f5e7492a6
MD5 91f0c4102fdd2c9fd5e1faee748b8e6a
BLAKE2b-256 0099e8cc8f6a9aaad6f9899246c38cfa6bc069cafd878d64b4f88e15661c9001

See more details on using hashes here.

Provenance

The following attestation bundles were made for codemble-0.19.2-py3-none-any.whl:

Publisher: publish-pypi.yml on udhawan97/Codemble

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.19.2 This release

2 files

0.19.1

2 files

0.19.0

2 files

0.18.0

2 files

0.17.0

2 files

0.16.0

2 files

0.15.0

2 files

0.14.1

2 files

0.14.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page