The workspace where your notes think alongside you.
Write. Calculate. Organize. All in one place — without switching apps.
Why ANQL? | Features | Getting Started | Technical Details | Contributing | Community

Create a document
|
Live math calculations
|
Math with variables
|
ANQL is built for engineers, researchers, analysts and students who want to write and calculate in the same place, without switching apps.
Write your notes and embed live calculations directly inside them. Define a variable, reuse it anywhere in the document. Your workspace thinks as you type — no context switching, no broken workflows.
A fluid writing experience with intuitive formatting. Headings, lists, links, tables — everything you need for structured note-taking, without the bloat.
Full Markdown Support: Write seamlessly using standard Markdown shortcuts. Type # for headings, - for lists, > for blockquotes, or $$ for math blocks. The editor transforms them instantly as you type.
The heart of ANQL. Embed mathematical expressions directly in your notes and watch them compute in real time.
mass = 74 → 74
gravity = 9.81 → 9.81
force = mass * gravity → 725.94
Table1.column[1] or Table1.column| Category | Functions |
|---|---|
| Arithmetic | +, -, *, /, ^, sqrt, mod |
| Trigonometry | sin, cos, tan, and inverses |
| Logarithms | log, log2, log10, exp |
| Statistics | mean, median, std, variance, min, max, sum, prod |
| Algebra | derivative, simplify, factorial, fraction |
| Matrices | det, inv, transpose, dot, cross |
| Constants | π, e, ∞, i, phi |
| Units | angles, temperature, length, weight, and more |
| Random | random(), random selection |
| Geometry | distance, intersect |
Structure your knowledge with tables, smart document links, and a local SQLite database. Your data stays on your machine — always.
Tables & Calculations
Table1.column[1] or Table1.column@node:id syntaxLocal Database
No internet required. ANQL runs entirely on your device. Your notes are yours.
Comfortable in any environment, at any hour.
Import Markdown and ANQL files. Export in ANQL format.
ANQL is currently available for macOS.
👉 Download the latest release (v0.3.1)
Once installed, open the Quick Start guide to learn the basics in a few minutes — smart block creation, live math, search, and more.
Prerequisites
# Clone the repository
git clone https://github.com/anqlproject/anql.git
cd anql
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build
Common Issues
rm -rf src-tauri/targetFor more help, check our GitHub Issues or join our Discord.
| Platform | Status |
|---|---|
| macOS | ✅ Supported |
| Windows | 🚧 Coming soon |
| Linux | 🚧 Coming soon |
We're actively building. Here's what's on the roadmap:
Got feedback? Found a bug? Have an idea?
💬 Join our Discord server — we'd love to hear from you.
🐛 Report a bug or request a feature
Follow us on X / Twitter for updates.
This project is licensed under the MIT License - see the LICENSE file for details.
12 commits
TypeScript
78.7%
CSS
11.9%
Rust
9.4%
The workspace where your notes think alongside you.
Write. Calculate. Organize. All in one place — without switching apps.
Why ANQL? | Features | Getting Started | Technical Details | Contributing | Community

Create a document
|
Live math calculations
|
Math with variables
|
ANQL is built for engineers, researchers, analysts and students who want to write and calculate in the same place, without switching apps.
Write your notes and embed live calculations directly inside them. Define a variable, reuse it anywhere in the document. Your workspace thinks as you type — no context switching, no broken workflows.
A fluid writing experience with intuitive formatting. Headings, lists, links, tables — everything you need for structured note-taking, without the bloat.
Full Markdown Support: Write seamlessly using standard Markdown shortcuts. Type # for headings, - for lists, > for blockquotes, or $$ for math blocks. The editor transforms them instantly as you type.
The heart of ANQL. Embed mathematical expressions directly in your notes and watch them compute in real time.
mass = 74 → 74
gravity = 9.81 → 9.81
force = mass * gravity → 725.94
Table1.column[1] or Table1.column| Category | Functions |
|---|---|
| Arithmetic | +, -, *, /, ^, sqrt, mod |
| Trigonometry | sin, cos, tan, and inverses |
| Logarithms | log, log2, log10, exp |
| Statistics | mean, median, std, variance, min, max, sum, prod |
| Algebra | derivative, simplify, factorial, fraction |
| Matrices | det, inv, transpose, dot, cross |
| Constants | π, e, ∞, i, phi |
| Units | angles, temperature, length, weight, and more |
| Random | random(), random selection |
| Geometry | distance, intersect |
Structure your knowledge with tables, smart document links, and a local SQLite database. Your data stays on your machine — always.
Tables & Calculations
Table1.column[1] or Table1.column@node:id syntaxLocal Database
No internet required. ANQL runs entirely on your device. Your notes are yours.
Comfortable in any environment, at any hour.
Import Markdown and ANQL files. Export in ANQL format.
ANQL is currently available for macOS.
👉 Download the latest release (v0.3.1)
Once installed, open the Quick Start guide to learn the basics in a few minutes — smart block creation, live math, search, and more.
Prerequisites
# Clone the repository
git clone https://github.com/anqlproject/anql.git
cd anql
# Install dependencies
npm install
# Run in development mode
npm run tauri dev
# Build for production
npm run tauri build
Common Issues
rm -rf src-tauri/targetFor more help, check our GitHub Issues or join our Discord.
| Platform | Status |
|---|---|
| macOS | ✅ Supported |
| Windows | 🚧 Coming soon |
| Linux | 🚧 Coming soon |
We're actively building. Here's what's on the roadmap:
Got feedback? Found a bug? Have an idea?
💬 Join our Discord server — we'd love to hear from you.
🐛 Report a bug or request a feature
Follow us on X / Twitter for updates.
This project is licensed under the MIT License - see the LICENSE file for details.
12 commits
TypeScript
78.7%
CSS
11.9%
Rust
9.4%