100% Local & Private
Code never leaves your machine. All embeddings and search happen locally with no external API calls.
Give AI deep understanding of your codebase through semantic search. 100% local, 100% private.
Install Lien globally via npm:
npm install -g @liendev/lienInitialize in your project:
cd /path/to/your/project
lien init
lien indexConfigure Cursor by creating .cursor/mcp.json in your project:
{
"mcpServers": {
"lien": {
"command": "lien",
"args": ["serve"]
}
}
}Restart Cursor and start asking questions about your codebase!
~/.lien/indices/Lien is built with privacy as a core principle:
Lien is licensed under AGPL-3.0 and free forever for local use. The license ensures:
Questions about licensing? Contact alf@lien.dev
Lien /ljɛ̃/ — French for "link"
Linking semantic code understanding with AI tools, one query at a time.