No description
  • JavaScript 63.2%
  • TypeScript 34.3%
  • Rust 1.1%
  • CSS 0.9%
  • Kotlin 0.3%
Find a file
Jhao bb1cbce7d7
Merge pull request #1198 from jhao0413/main
fix(ai): normalize system prompts for qwen compatibility (#1122)
2026-06-01 10:12:43 +08:00
.github Add GitHub Actions workflow for Docker build 2026-01-06 20:41:00 +08:00
app Merge branch 'blinkospace:main' into main 2026-05-30 22:38:05 +08:00
blinko-types BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
helm chore: Clean up Helm chart values.yaml by removing unused ingress host configuration 2025-06-11 08:26:19 +00:00
prisma 🚀improvements: optimize font management with Chinese fonts and performance enhancements 2026-01-01 20:45:14 +08:00
server Merge pull request #1198 from jhao0413/main 2026-06-01 10:12:43 +08:00
shared feat: add MiniMax as first-class LLM provider 2026-03-19 21:58:58 +08:00
test-docker feat: Move AI provider model fetching to server-side for Docker network compatibility 2025-12-27 01:09:23 +08:00
.dockerignore BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
.env.tmpl BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
.gitignore feat: comprehensive build system improvements and workflow optimizations 2025-11-05 00:18:07 +08:00
.npmrc BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
bun.lock chore: update dependencies in bun.lock 2026-01-27 20:34:42 +08:00
CLAUDE.md feat: add desktop hotkey functionality with quicknote window 2025-09-13 12:56:36 +08:00
DEV.md 🔧chore: update package versions in bun.lock and package.json for consistency 2025-08-05 11:40:12 +08:00
docker-compose.prod.yml 🔧chore: update deployment configuration and add whisper example 2025-09-29 09:24:16 +08:00
docker-compose.yml chore: consolidate recent development changes 2025-10-26 14:32:01 +08:00
dockerfile chore: consolidate recent development changes 2025-10-26 14:32:01 +08:00
install.sh chore: consolidate recent development changes 2025-10-26 14:32:01 +08:00
LICENSE Create LICENSE 2025-08-19 16:13:04 +08:00
package.json chore: Update version to 1.8.7 2026-04-12 02:06:54 +00:00
README.md Revert "fix: update demo credentials documentation to admin/admin (issue #1057)" 2026-01-11 18:49:28 +08:00
README.zh-CN.md Revert "fix: update demo credentials documentation to admin/admin (issue #1057)" 2026-01-11 18:49:28 +08:00
SECURITY.md Update SECURITY.md 2024-10-23 21:02:23 +08:00
tsconfig.blinko.json BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
tsconfig.json BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
tsconfig.node.json BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
turbo.json BREAKING CHANGE: refactor next.js to tauri 2025-04-26 20:55:08 +08:00
update.sh 🍱chore: update backup file path 2024-11-07 15:49:37 +08:00

Blinko

Blinko

Docker Pulls GitHub issues Docker Release Release Data Release Data Release Data Release Data Release Data GitHub license GitHub last commit

Live Demo: username:blinko password:blinko

Blinko is an AI-powered card note-taking project. Designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.

Run on PikaPods

🚀Main Features

  • 🤖AI-Enhanced Note Retrieval With Blinko's advanced AI-powered RAG (Retrieval-Augmented Generation), you can quickly search and access your notes using natural language queries, making it effortless to find exactly what you need.

  • 🔒Data Ownership :Your privacy matters. All your notes and data are stored securely in your self-hosted environment, ensuring complete control over your information.

  • 🚀Efficient and Fast :Capture ideas instantly and store them as plain text for easy access, with full Markdown support for quick formatting and seamless sharing.

  • 💡Lightweight architecture with multi-platform support :Built with Tauri, Blinko features a clean and lightweight architecture that delivers robust performance while maintaining exceptional speed and efficiency, with native support for multi-platform deployment including macOS, Windows, Android, and Linux.

  • 🔓Open for Collaboration :As an open-source project, Blinko invites contributions from the community. All code is transparent and available on GitHub, fostering a spirit of collaboration and constant improvement.

📦Start with Docker in seconds

curl -s https://raw.githubusercontent.com/blinko-space/blinko/main/install.sh | bash

👨🏼‍💻Contribution

Contributions are the heart of what makes the open-source community so dynamic, creative, and full of learning opportunities. Your involvement helps drive innovation and growth. We deeply value any contribution you make, and we're excited to have you as part of our community. Thank you for your support! 🙌

Contributors

Sponsorship

If you find Blinko valuable, consider supporting us! Your contribution will enable us to continue enhancing and maintaining the project for everyone. Thank you for helping us grow. If you'd like to deploy Blinko, you can also use PikaPods to support Blinko. 20% of the deployment fees generated on PikaPods will be contributed to Blinko.

Run on PikaPods

https://ko-fi.com/blinkospace

https://afdian.com/a/blinkospace/plan

Star History

Star History Chart

FAQ

Q: Why does the MacOS device installation show as damaged?

A: macOS adds an attribute called com.apple.quarantine to apps that are not notarized when downloading or installing them. This command is used to manually remove that attribute. Run sudo xattr -rd com.apple.quarantine /Applications/blinko.app