Local-first developer tools for Windows, Python, code analysis, API discovery, and Codex maintenance.
dev-bricks builds small, practical tools for software-development workflows: editing code, analyzing projects, probing owned APIs, and keeping local developer workspaces understandable without depending on heavy cloud platforms.
| Need | Project |
|---|---|
| Developer dashboard for local projects and build workflows | DevCenter |
| Desktop code editor with LSP diagnostics and terminal support | CodeBox |
| Lightweight Python IDE with debugger, linting, and Git status | pythonbox |
| Passive REST API discovery for owned or authorized services | apiprober |
| Static Python analysis for imports, dead definitions, and similar blocks | MethodenAnalyser |
| Local maintenance tray and CLI for OpenAI Codex Desktop | CareCenter-for-Codex |
| Repository | Role |
|---|---|
| DevCenter | Local-first Python IDE and developer toolkit with project dashboards, static analysis, PyInstaller workflows, and optional AI-assisted coding |
| CodeBox | PySide6 desktop code editor with LSP diagnostics, terminal workflows, project navigation, Git integration, and multi-language support |
| pythonbox | Lightweight Windows Python IDE with PDB debugging, linting, code folding, Git status, and local execution workflows |
| apiprober | Passive REST API discovery, endpoint inventory, and OpenAPI-oriented documentation for owned or explicitly authorized services |
| MethodenAnalyser | Static Python analyzer for unused imports, dead definitions, similar code blocks, AST structure, and JSON-exportable findings |
| CareCenter-for-Codex | Local Windows tray and CLI for OpenAI Codex Desktop repair, cleanup, diagnostics, and safe maintenance |
| .github | Organization profile, shared issue templates, security policy, contribution guidance, and machine-readable repository context |
| Family | Repositories | Focus |
|---|---|---|
| Desktop IDEs | DevCenter, CodeBox, pythonbox | Local PySide6 developer interfaces for editing, debugging, project navigation, and build workflows |
| Analysis and discovery | MethodenAnalyser, apiprober | Static code inspection and passive API documentation for authorized systems |
| Agent tooling | CareCenter-for-Codex | Local repair, cleanup, and operational support for Codex Desktop environments |
- Local first: project data, analysis results, and editor state stay on the user's machine by default.
- Small tools over platforms: each repository targets a concrete workflow instead of replacing an entire development stack.
- Windows pragmatism: desktop apps prioritize reliable local execution, predictable packaging, and low setup overhead.
- Clear boundaries: security-adjacent tools such as API discovery are documented for owned or explicitly authorized services.
- Readable automation: scripts, tests, and exports are kept understandable for both humans and LLM-assisted maintenance.
Useful phrases for finding dev-bricks projects on GitHub and external search:
- dev-bricks local-first developer tools
- dev-bricks Python IDE and PySide6 code editor
- dev-bricks static Python analysis
- dev-bricks passive REST API discovery and OpenAPI inventory
- dev-bricks Codex Desktop maintenance
- dev-bricks Windows developer tools
For crawlers and LLM tools, see llms.txt. It lists the canonical repositories, project roles, and preferred search phrases for the dev-bricks organization.
dev-bricks is the developer-tool branch of the brick suite:
open-bricks · file-bricks · doc-bricks
Part of the ellmos-ai ecosystem.
