Markdown-first, offline-forever desktop note app.
This repository contains the open-source core of Readied. Core packages are licensed under MIT for community use and contributions. The desktop application and some commercial features remain proprietary.
# Clone
git clone https://github.com/tomymaritano/readide.git
cd readide
# Install
pnpm install
# Run
pnpm dev| Package | Description |
|---|---|
@readied/core |
Domain logic, markdown parsing |
@readied/storage-core |
Storage interfaces |
@readied/storage-sqlite |
SQLite implementation |
@readied/wikilinks |
Wikilink parsing |
@readied/tasks |
Task/checkbox parsing |
@readied/commands |
Command palette |
@readied/embeds |
Image/embed handling |
@readied/design-system |
Design tokens, components |
See CONTRIBUTING.md for guidelines.
- Core packages: MIT License
- Desktop app: Proprietary
See LICENSE for details.