Visualizes codebase complexity as explorable 3D galaxies.
Project description
GitGalaxy
Code is art. Logic is art. Systems engineering is art.
GitGalaxy reveals the complexity of codebases as explorable 3D galaxies by using source code as a seed for procedural generative art. It acts as a Rosetta Stone for code complexity, allowing you to visually compare the scale and risk exposure of different projects—from Apollo 11 to the Linux Kernel—under the same set of rules.
Note: This is a condensed version of the full documentation. For the 200-page Architectural Master Blueprint, please visit: https://github.com/squid-protocol/gitgalaxy
Quickstart
1. Install
pip install gitgalaxy
2. Scan a Repository
Point the GalaxyScope at any local repository or ZIP archive. The engine runs entirely on your local machine—zero data is transmitted.
gitgalaxy /path/to/your/repo
3. View the Galaxy
GitGalaxy offers two ways to visualize your 3D architecture, both built on a strict Zero-Trust Privacy Model where your code never leaves your machine.
Option A: The Web Viewer (Frictionless) Simply drag and drop your generated "your_repo_galaxy.json" file (or a .zip of your raw repository) directly into GitGalaxy.io. All rendering and scanning happens entirely in your browser's local memory.
Option B: The Local Server (Enterprise & Offline) For teams working behind strict corporate firewalls, you can host the 3D viewer locally. Clone the repository and spin up the included Flask server:
git clone https://github.com/squid-protocol/gitgalaxy.git
cd gitgalaxy
python app.py
Then open http://localhost:5000 in your browser and drop your JSON file in securely.
What Does it Measure?
Traditional code analysis tools act like strict linguists. GitGalaxy functions as a sensor grid. We do not assess "Bad Code"; we measure Risk Exposure. By analyzing 9 independent metrics, we procedurally generate a 3D universe where:
- Stars (Files): Mass indicates Lines of Code (LOC).
- Bioluminescence (Pulse): Indicates inbound references and popularity.
- Satellites (Functions): Moons orbit their parent stars; orbital reach dictates function length.
- Color Overlays: Instantly highlight Cognitive Load (Purple), Tech Debt (Red), Churn (Orange), and API Exposure (Electric Rose).
Zero-Trust Architecture
Your code never leaves your machine. GitGalaxy performs 100% of its scanning and vectorization locally.
- No Data Transmission: Source code is never transmitted to any API, cloud database, or third-party service.
- Ephemeral Memory Processing: Repositories are unpacked into a volatile memory buffer (RAM) and are automatically purged when the browser tab is closed.
- Privacy-by-Design: Even when using the web-based viewer, the data remains behind the user's firewall at all times.
License & Copyright
Copyright (c) 2026 Joseph Michael Esquibel
GitGalaxy is released under the PolyForm Noncommercial License 1.0.0. It is completely free for personal use, research, experiment, testing, and hobby projects. Use by educational or charitable organizations is also permitted.
Any commercial use or integration into commercial SaaS products or corporate CI/CD pipelines requires a separate commercial license. Please reach out via gitgalaxy.io to discuss commercial integration.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitgalaxy-0.1.1.tar.gz.
File metadata
- Download URL: gitgalaxy-0.1.1.tar.gz
- Upload date:
- Size: 224.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
094295854e423b7d28a4844d17ca991e36c5b8d00aed2116859058d396795ec6
|
|
| MD5 |
fbaa1f15b074c3e49cc69977f9eb6e99
|
|
| BLAKE2b-256 |
7218353fceb7df57797fc4ce3f342d00d5c71705e1de2d9f7c700c9a977318e9
|
File details
Details for the file gitgalaxy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: gitgalaxy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 233.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
006eba0e55824a3f15f7950e3a2a9afa46bf2fde04d82d2a43a5693ace5ec572
|
|
| MD5 |
85417131c35937ccd5a862df0163a3ca
|
|
| BLAKE2b-256 |
b3f4db927b1dc5c770dbc2ced16a5cd34343390a091564e1334831e4c8ec97d0
|