Skip to content

7sg56/cinder-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinder Notes

Cinder Notes

Version License Tauri macOS 12+ Windows 10+
Minimal. Local-first. Blazing fast.

Cinder Notes


Download

Download the latest release for your platform.

Platform Download Notes
macOS (Apple Silicon) Cinder-Notes.dmg macOS 12+, unsigned
Windows Cinder-Notes-setup.exe Windows 10+

macOS Gatekeeper: The app is currently unsigned. If macOS says the app is "damaged", open Terminal and run:

xattr -cr "/Applications/Cinder Notes.app"

Or build from source -- see Development below.

Features

  • Split-view editor -- Markdown on the left, live preview on the right
  • Tab management -- Multiple files, seamless switching
  • File explorer -- Clean tree view with drag-and-drop
  • Global search -- Search across all workspace files (Cmd+Shift+F)
  • Three themes -- Cinder Dark, Cinder Light, Zen Black (OLED)
  • Auto-save -- Changes saved as you type
  • Rich Markdown -- GFM, LaTeX math, syntax-highlighted code blocks
  • Native feel -- macOS vibrancy, overlay title bar, smooth animations
  • Tiny footprint -- ~15MB bundle vs Electron's ~150MB

Keyboard Shortcuts

Shortcut Action
Cmd+S Force save
Cmd+N New file
Cmd+Shift+N New folder
Cmd+W Close current tab
Cmd+B Toggle sidebar
Cmd+Shift+F Global search
Cmd+F Find/replace (in editor)

Development

Prerequisites

  • Node.js 18+
  • Rust (latest stable)

Quick Start

git clone https://github.com/7sg56/cinder-notes.git
cd cinder-notes
npm install
npm run tauri:dev

Build

npm run tauri:build

Tech Stack

Layer Technology
Framework Tauri v2 (Rust)
Frontend React 19, TypeScript
Build Vite
Editor CodeMirror
State Zustand
Styling Tailwind CSS v4

Contributing

See CONTRIBUTING.md for guidelines.

Changelog

See CHANGELOG.md for release history.

License

MIT -- see LICENSE.

If you find Cinder useful, consider giving it a star on GitHub.

About

A lightweight & secure Notecraft

Resources

License

Code of conduct

Contributing

Stars

3 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors