
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
[!Caution] CodeMap is currently in active development. Use with caution and expect breaking changes.
CodeMap is an AI-powered developer toolkit designed to enhance your coding workflow. It offers features for code analysis, documentation generation, semantic search, and Git process streamlining—all accessible through an interactive CLI with multi-LLM support.
[!Important] For detailed information on all features and commands, please visit our documentation site: codemap.run
[!Important] CodeMap currently only supports Unix-based platforms (macOS, Linux). Windows users should use WSL.
[!Tip] After installation, use
codemap
or the aliascm
.
Ensure uv is installed:
curl -LsSf https://astral.sh/uv/install.sh | sh
Install CodeMap globally:
uv tool install codemap
cm gen path/to/source
cm commit
cm pr
cm ask "Which module is responsible for managing auth tokens?"
cm index
CodeMap can be configured using a .codemap.yml
file in your project root. Generate a default config with:
cm conf
For a full list of configuration options and examples, refer to the Configuration Guide on our documentation site.
Add your LLM API keys to .env
or .env.local
in your project root. See LLM Support for details.
Interested in contributing? Please read our Code of Conduct and Contributing Guidelines.
git clone https://github.com/SarthakMishra/codemap.git && cd codemap
uv venv && source .venv/bin/activate
(or appropriate activation command for your shell)uv sync --dev
task -l
lists available tasks. task ci
runs checks and tests.Detailed contribution instructions are in the Contributing Guide.
CodeMap relies on these excellent open-source libraries and models:
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
CLI tool that generates optimized markdown docs and streamline Git workflows
We found that codemap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.