Read this in other languages: English | 日本語
Pin your thoughts to your desktop.
A beautiful sticky notes app with Markdown support.
Download • Documentation • FAQ • Landing Page
The fastest way to capture thoughts.
Markdown sticky notes for your desktop.
winget install ore-no-fusenOr download from:
Capture thoughts instantly without interrupting your thinking.
FUSEN is designed as a fast thinking canvas where ideas can appear the moment they come to mind.
- Markdown Support - Supports headings, lists, code blocks, tables, Mermaid diagrams, images, and more.
- One-click Edit - Click anywhere to start typing immediately. Auto-saves so you never lose your thoughts.
- Floating Format Bar - Appears automatically when text is selected. Click to format bold, headings, lists, and checkboxes.
- Tags & Archives - Organize your sticky notes. Folder structure for easy viewing.
- Full-Text Search - Find statements instantly with regular expression support. Auto-jumps and highlights the matching lines.
- Pin to Top - Always display in front of other windows using the 📌 button.
- System Tray Integration - Resides in the system tray for instant access anytime.
- Auto-Start - Starts automatically on system boot.
- Sound Effects - Comfortable feedback for a pleasant user experience.
- 100% Local - All data is saved locally on your device. No cloud storage is required.
- Offline Capable - Works without an internet connection.
- Open Source - Code is fully available. Use it with peace of mind.
- Go to the Releases page.
- Download the latest
ore-no-fusen_x.x.x_x64-setup.exe. - Double-click the downloaded file to install.
- After installation, launch "俺の付箋" (FUSEN) from the Start menu.
System Requirements:
- OS: Windows 10/11 (64-bit)
- Disk Space: Approx. 100MB
- Memory: 4GB+ recommended
For detailed instructions, see the User Guide (Currently in Japanese).
During installation, you might see a screen saying "Windows protected your PC".
What is this?
SmartScreen is a Windows security feature. It automatically displays a warning for apps with low download counts or apps that don't have a paid "code signing certificate." It does not mean a virus was detected.
How to resolve:
- Click on "More info".
- A "Run anyway" button will appear. Click it.
You can then proceed with the installation normally.
💡 Rest assured — FUSEN is open source. The entire source code is available on GitHub for anyone to review.
- Node.js 18+
- Rust (Install via rustup)
- Clone the repository:
git clone https://github.com/ore-no-fusen/ore-no-fusen.git
cd ore-no-fusen- Install dependencies:
npm install- Run in development mode:
npm run tauri dev- Production build:
npm run tauri buildBuild artifacts will be generated in src-tauri\target\release\bundle\nsis\.
- Create a Sticky Note - Right-click the system tray icon → "New Note"
- Edit - Double-click a note
- Search - Press
Ctrl+Fto open the search window - Tagging - Write
#tagnamewithin a note to automatically tag it
For detailed usage, please see the User Guide.
# Today's Tasks
## Important
- [ ] Prepare presentation slides
- [x] Reply to emails
## Notes
**Deadline**: 2026/02/15
*Assignee*: Alex
| Item | Status |
|------|------|
| Slides | In Progress |
| Review | Pending |
#work #importantOrganize your daily tasks with checklists and tags. Move completed tasks to the archive.
Jot down ideas the moment you have them. Structure and organize them with Markdown.
Categorize what you learn with tags. Easily review using the search feature.
Save frequently used links on sticky notes. Group them using tags.
- Next.js 14 (App Router)
- React 18
- TypeScript
- Tailwind CSS
- CodeMirror 6 (Markdown Editor)
- Tauri 2.x (Desktop App Framework)
- Rust (Fast & Secure Backend)
- DOD (Data-Oriented Design) - Data-centric architecture
- Effect Pattern - Explicit management of side effects
- AppState (SSOT) - Single source of truth
- Online Documentation - System specifications and architecture (JA)
- User Guide - Detailed instructions (JA)
- FAQ - Frequently asked questions (JA)
- Development Rules - Guidelines for developers
Issues and Pull Requests are welcome!
- Fork this repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License - see the LICENSE file for details.
FUSEN uses the following open-source projects:
- Bug Reports: GitHub Issues
- Feature Requests: GitHub Discussions
- Questions: FAQ
Make organizing thoughts more fun with FUSEN 🎉
Made with ❤️ by ONF Studios


