A compiler and package manager for AI-driven documentation.
For a full overview of what codectx does and how it works, see the product overview. For a practical guide to adopting codectx in your projects, see the usage guide.
Shell (Linux / macOS):
curl -fsSL https://raw.githubusercontent.com/securacore/codectx/main/bin/install | shGo:
go install github.com/securacore/codectx@latestBinaries are published for Linux and macOS on amd64 and arm64.
The install script detects your architecture, downloads the correct
binary, and verifies its SHA256 checksum. Set INSTALL_DIR to
override the install location.
See what commands are avialable, if you want.
justInstall and setup the project for development.
just installThis installs devbox packages (Go, Docker, golangci-lint, lefthook),
runs go mod download, and installs git hooks via lefthook.
All arguments are forwarded into the Docker container:
just codectx compile
just codectx search reactOr connect to the container directly:
just connectSee RELEASE.md for release instructions.
For any feedback or issues, please open an issue against the repo or contact the author (Jon Tech). Feedback is welcome to improve the CLI over time as features are added and refined.