Skip to content

Installation

pip install sentrik

For tree-sitter AST analysis across C/C++, Go, Rust, Java, TypeScript, and more:

pip install "sentrik[treesitter]"

For the dashboard and REST API server:

pip install "sentrik[server]"

For everything:

pip install "sentrik[all]"

Requires Python 3.11 or later.

Verify installation

sentrik --version
sentrik --help

VS Code Extension

Install the Sentrik extension from the VS Code Marketplace for in-editor scanning, inline diagnostics, and Copilot integration. The extension auto-detects the pip-installed sentrik binary.

License

Check your current license status:

sentrik license

Visit sentrik.dev to upgrade to Team, Organization, or Enterprise tiers.