Skip to content
View ore-no-fusen's full-sized avatar

Block or report ore-no-fusen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ore-no-fusen/README.md

FUSEN (My Sticky Notes)

Read this in other languages: English | 日本語

Ore-no-Fusen Desktop

Pin your thoughts to your desktop.

A beautiful sticky notes app with Markdown support.

GitHub release License: MIT

The former GitHub-distributed edition reached 2,800 downloads. The current official edition is distributed through Microsoft Store.

Microsoft StoreDocumentationFAQLanding Page🎥 Comic Guide


FUSEN

The fastest way to capture thoughts.

Markdown sticky notes for your desktop.

Install (10 sec)

winget install --id 9N4MW0V2MVVG --source msstore

Or install it from Microsoft Store.

Concept

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.


✨ Features

🎯 Simple yet Powerful

  • Markdown Support - Supports headings, lists, code blocks, tables, Mermaid diagrams, images, and more.
  • VideoDrop - Send mp4 / mov videos 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.

🔒 Privacy Focused

  • 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.

📸 Screenshots

Main Screen


📥 Installation

For General Users (Recommended)

  1. Open the Microsoft Store listing.
  2. Select Get or Install.
  3. Select Open on the Store page after installation.
  4. On first launch, choose whether to create the 俺の付箋(Store版) desktop shortcut. You can also create it later from Settings.
  5. 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.

For Developers

Prerequisites

  • Node.js 18+
  • Rust (Install via rustup)

Setup Instructions

  1. Clone the repository:
git clone https://github.com/ore-no-fusen/ore-no-fusen.git
cd ore-no-fusen
  1. Install dependencies:
npm install
  1. Run in development mode:
npm run tauri dev
  1. Production build:
npm run tauri build

After building the release executable and resources, create the Store submission MSIX with packaging/msix/build-msix.ps1.


🎯 Usage

Basic Operations

  1. Create a Sticky Note - Right-click the system tray icon → "New Note"
  2. Edit - Double-click a note
  3. Search - Press Ctrl+F to open the search window
  4. Tagging - Write #tagname within a note to automatically tag it

For detailed usage, please see the User Guide on Wiki.

Markdown Example

# 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 #important

💡 Use Cases

📝 Task Management

Organize your daily tasks with checklists and tags. Move completed tasks to the archive.

💭 Idea Capture

Jot down ideas the moment you have them. Structure and organize them with Markdown.

📚 Study Notes

Categorize what you learn with tags. Easily review using the search feature.

🔖 Link Collection

Save frequently used links on sticky notes. Group them using tags.


🛠️ Technology Stack

Frontend

  • Next.js 15.5 (App Router / Maintenance LTS)
  • React 19.1
  • TypeScript
  • Tailwind CSS
  • CodeMirror 6 (Markdown Editor)

Backend

  • Tauri 2.x (Desktop App Framework)
  • Rust (Fast & Secure Backend)

Architecture

  • DOD (Data-Oriented Design) - Data-centric architecture
  • Effect Pattern - Explicit management of side effects
  • AppState (SSOT) - Single source of truth

📖 Documentation


🤝 Contributing

Issues and Pull Requests are welcome!

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

MIT License - see the LICENSE file for details.


🙏 Acknowledgements

FUSEN uses the following open-source projects:


📞 Support


Make organizing thoughts more fun with FUSEN 🎉

Made with ❤️ by ONF Studios

Popular repositories Loading

  1. ore-no-fusen ore-no-fusen Public

    TypeScript 2

  2. winget-pkgs winget-pkgs Public

    Forked from microsoft/winget-pkgs

    The Microsoft community Windows Package Manager manifest repository

  3. ore-no-qr ore-no-qr Public

    HTML