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 Downloads Downloads Latest

DownloadDocumentationFAQLanding Page


FUSEN

The fastest way to capture thoughts.

Markdown sticky notes for your desktop.

Install (10 sec)

winget install ore-no-fusen

Or download from:

Releases page.

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.
  • 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. Go to the Releases page.
  2. Download the latest ore-no-fusen_x.x.x_x64-setup.exe.
  3. Double-click the downloaded file to install.
  4. 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).

⚠️ About "SmartScreen" Warning During Installation

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:

  1. Click on "More info".
  2. 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.

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

Build artifacts will be generated in src-tauri\target\release\bundle\nsis\.


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

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 14 (App Router)
  • React 18
  • 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. winget-pkgs winget-pkgs Public

    Forked from microsoft/winget-pkgs

    The Microsoft community Windows Package Manager manifest repository