Linki v2: Open-Source AI SDR for LinkedIn + Cold Email with Self-Hosted Agent

Linki v2 is an open-source, self-hosted AI SDR (Sales Development Representative) that automates LinkedIn sequences and cold email campaigns. Unlike SaaS tools like Waalaxy or Lemlist, there's no per-seat pricing and your data stays on your machine. You connect any LLM via OpenRouter — Claude, GPT-4o, Mistral, etc. — and the AI agent writes every message individually for each lead.
Core Architecture
The AI agent is now the centerpiece. It uses a 3-layer prompt system:
- Global context: describes your business and offer
- Campaign-level instructions: per-campaign goals and constraints
- Per-step prompts: custom instructions for each action (connect, message, follow-up)
This means the agent writes with full context instead of filling a static template.
Key Features in v2
- Unified campaigns: LinkedIn and email steps in one sequence. Example: visit → connect → wait 2 days → LinkedIn message → wait 3 days → cold email.
- Unified inbox: all email replies from all campaigns in one place, plus LinkedIn reply detection.
- Apollo enrichment: connect your Apollo key, click enrich on any list to get verified emails and company data.
- Improved reliability: rewritten DOM targeting and message delivery gives ~63% improvement in connection reliability. Randomized pacing on imports reduces bot detection risk.
- AI cost tracking: every generation logs model, token count, and cost.
Hosting
Deploy via Docker Compose or manual Node.js. No external database needed — uses SQLite. A one-click deploy option is available on Opsily.
Repo: github.com/moaljumaa/linki
This is a solid self-hosted alternative for dev teams that want AI-driven outreach without data leaving their infrastructure.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Cognithor: A Local-First Agent OS with PGE Trinity Architecture
Cognithor is a fully local, autonomous Agent OS built over a year with 16 development phases. It features the PGE Trinity architecture (Planner → Gatekeeper → Executor), 11,609+ tests with 89% coverage, and supports 16 LLM providers including Ollama and LM Studio.

Tripsy Launches MCP Server for Claude: Manage Trips via Structured API
Tripsy's official MCP server lets Claude directly read, create, and update trips, activities, stays, transportation, and expenses. Setup takes ~1 minute via Claude's custom connector.

MOOSE-Star: A 7B Model and 108K-Paper Dataset for Scientific Hypothesis Discovery – ICML 2026
MiroMind releases MOOSE-Star on Hugging Face: a 7B model (DeepSeek-R1-Distill-Qwen-7B fine-tune) for scientific hypothesis discovery, alongside the 108K-paper TOMATO-Star dataset. Benchmark shows MS-7B achieves 54.34% inspiration retrieval accuracy, beating GPT-5.4 and approaching Gemini-3 Pro.

mcp-india-stack: Open-source MCP server for Indian financial APIs
mcp-india-stack is an open-source MCP server that provides Claude with native access to seven Indian financial and government API tools, including GSTIN validation, IFSC lookup, and PAN validation. It requires zero authentication, is offline-first, and is available via pip install.