Blinko

Active
GitHub TypeScript GPL-3.0

Description

Blinko is an open-source, privacy-focused self-hosted AI note tool for managing your knowledge base with natural language.

Key Features

  • Fully self-hostable — data and indexes stay local
  • AI notes — natural-language search and summaries
  • Structured notes — tags, links and Markdown rich text
  • Privacy-first — no external dependencies, no account required
  • Knowledge graph — auto-links related notes
  • Cross-device — Web, desktop and mobile

Use Cases

💡 Giving AI agents long-term memory
💡 Building a fully private personal knowledge base
💡 Auto-organizing scattered research material
💡 Serving as an internal team knowledge hub

Quick Start

git clone https://github.com/blinkospace/blinko.git
cd blinko
cp .env.example .env
docker compose up -d

Related Projects