Linki v2 is out, open-source AI SDR for LinkedIn + cold email (big update)

Posted by ShakaLaka_Around@reddit | LocalLLaMA | View on Reddit | 6 comments

Hey everyone, I built Linki a few months ago as a free self-hosted alternative to Waalaxy and Lemlist. Back then it was a basic LinkedIn sequencer. I just shipped a huge update and it's now a proper AI SDR, so wanted to share what changed.

What is Linki (for those who don't know)

Self-hosted LinkedIn automation + cold email with an AI agent that writes every message for each lead individually. No SaaS middleman, no per-seat pricing, your data stays on your machine. You connect any model via OpenRouter (Claude, GPT-4o, Mistral, whatever).

What's new in this version

The AI agent is now the center of everything. There's a 3-layer prompt system: global context about your business and offer, campaign-level instructions, then per-step prompts. The agent writes with full context instead of just filling a template.

LinkedIn + email in the same campaign now. So you can do visit, connect, wait 2 days, send a LinkedIn message, wait 3 days, send a cold email. All in one sequence.

Unified inbox. All email replies from all your campaigns show up in one place. LinkedIn reply detection too.

Apollo enrichment built in. Connect your Apollo key, click enrich on any list, get verified emails and company data.

Big reliability improvement on the LinkedIn automation itself. Rewrote the DOM targeting and message delivery, about 63% improvement in connection reliability. Also added randomized pacing on imports to avoid bot detection.

AI cost tracking. Every generation is logged with model, token count, and cost. You always know what you're spending.

Hosting

Docker compose or manual Node.js. Or one-click on Opsily if you don't want to deal with the terminal. SQLite, no external DB needed.

Repo: github.com/moaljumaa/linki

Enjoyy!!!