Getting Started
Installation
macOS
- Download
Nodus_x.x.x_universal.dmgfrom Releases - Open the DMG and drag Nodus to Applications
- First launch: Right-click and select "Open" to bypass Gatekeeper
Windows
- Download
Nodus_x.x.x_x64-setup.exefrom Releases - Run the installer
- If SmartScreen warns, click "More info" then "Run anyway"
Linux
- Download
Nodus_x.x.x_amd64.AppImagefrom Releases - Make executable:
chmod +x Nodus_*.AppImage - Run:
./Nodus_*.AppImage
Or install the .deb package:
First Steps
Creating Your First Node
- Double-click anywhere on the canvas to create a new node
- Type a title and press Enter
- Add content using Markdown syntax
Connecting Nodes
- Hover over a node to see connection handles
- Drag from one handle to another node
- Select edge type: related, cites, supports, contradicts
Using Typst Math
Wrap math expressions in dollar signs:
- Inline: $x^2 + y^2 = z^2$
- Block: $$integral_0^1 f(x) dif x$$
See Typst Math Reference for syntax.
Importing an Obsidian Vault
- Open Settings (gear icon)
- Go to "Workspaces"
- Click "Import Vault"
- Select your Obsidian vault folder
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| New node | Double-click or N |
| Delete selected | Backspace or Delete |
| Select all | Cmd/Ctrl + A |
| Undo | Cmd/Ctrl + Z |
| Redo | Cmd/Ctrl + Shift + Z |
| Zoom in | Cmd/Ctrl + = |
| Zoom out | Cmd/Ctrl + - |
| Fit to screen | Cmd/Ctrl + 0 |
| Search | Cmd/Ctrl + F |