The hackable AI note taker. Local SQLite. Markdown is export.
This repository contains the open-source core of Dripnex. Core packages are licensed under MIT for community use and contributions. The desktop application and some commercial features remain proprietary.
Dripnex is an AI note taker you can hack (init.js / styles.css / satellite packs). AuthGate is the first window. Sync is optional and end-to-end after account. Official themes stay empty. There is no public marketplace.
# Clone
git clone https://github.com/dripnex/app.git
cd app
# Install
pnpm install
# Run
pnpm dev| Package | Description |
|---|---|
@dripnex/core |
Domain logic, markdown parsing |
@dripnex/storage-core |
Storage interfaces |
@dripnex/storage-sqlite |
SQLite implementation |
@dripnex/wikilinks |
Wikilink parsing |
@dripnex/commands |
Command palette |
@dripnex/embeds |
Image/embed handling |
@dripnex/plugin-api |
Plugin API + theme system |
See CONTRIBUTING.md for guidelines.
- Core packages: MIT License
- Desktop app: Proprietary
See LICENSE for details.