Read this in other languages: English | 日本語
Pin your thoughts to your desktop.
A beautiful sticky notes app with Markdown support.
The former GitHub-distributed edition reached 2,800 downloads. The current official edition is distributed through Microsoft Store.
Microsoft Store • Documentation • FAQ • Landing Page • 🎥 Comic Guide
The fastest way to capture thoughts.
Markdown sticky notes for your desktop.
winget install --id 9N4MW0V2MVVG --source msstoreOr install it from Microsoft Store.
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.
- VideoDrop - Send
mp4/movvideos from the iPhone/iPad PWA to your PC and keep the saved path attached to the note. - 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.
- Open the Microsoft Store listing.
- Select Get or Install.
- Select Open on the Store page after installation.
- On first launch, choose whether to create the 俺の付箋(Store版) desktop shortcut. You can also create it later from Settings.
- Future updates are delivered automatically through Microsoft Store.
System Requirements:
- OS: Windows 10/11 (64-bit)
- Disk Space: Approx. 100MB
- Memory: 4GB+ recommended
If you use an older MSI or NSIS edition, install the Store edition first, verify your notes and settings, and only then uninstall the old edition.
- 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 buildAfter building the release executable and resources, create the Store submission MSIX with packaging/msix/build-msix.ps1.
- 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 on Wiki.
# 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 15.5 (App Router / Maintenance LTS)
- React 19.1
- 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 on Wiki - Detailed instructions (JA)
- FAQ - Frequently asked questions (JA)
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


