blinkospace/blinko

An open-source, self-hosted personal AI note tool prioritizing privacy, built using TypeScript .

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 5th, 2026
Created on October 23rd, 2024
Open Issues & Pull Requests: 415 (+0)
GitHub issues: Enabled
Number of forks: 780
Total Stargazers: 10,994 (+0)
Total Subscribers: 38 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.3 hours
Mean response time: 13.2 days
90th percentile: 27.8 days
Tracked items: 700

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 13 hours, while "enhancement" waits about 3 days. 86% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 395
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 345 days
Stale 30+ days: 389
Stale 90+ days: 358

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (436)
  • enhancement (269)
  • released (34)
  • question (28)
  • documentation (8)
  • dependencies (1)
  • size:XXL (1)
  • wip (1)

Most active issues this week

Detailed Description

Blinko is a self-hosted personal note-taking application that combines card-based note capture with AI-powered retrieval capabilities.

The tool addresses the problem of capturing and organizing fleeting thoughts quickly while maintaining privacy. It uses a card-based interface for rapid note entry and implements AI-enhanced retrieval through retrieval-augmented generation to enable natural language search across stored notes. All data remains on the user's own infrastructure rather than being sent to external services, giving users complete control over their information.

Blinko suits individuals and teams who prioritize data privacy and want to avoid cloud-dependent note services. It works well for anyone who captures frequent ideas and needs to search through accumulated notes using conversational queries rather than exact keywords. The tool stores notes as plain text with full Markdown support, making the data portable and easy to work with. It offers multi-platform deployment options including native applications for macOS, Windows, Android, and Linux through its Tauri-based architecture, as well as Docker containerization for server deployments.

The project maintains active development with regular releases and ongoing issue resolution. Code contributions flow steadily into the repository, indicating sustained community engagement. The maintainers respond to reported issues and incorporate user feedback into updates.