Notte is a private productivity workspace that brings your notes, tasks, and calendar together in one app — so your thinking stays connected and your mind stays clear.
Most tools scatter your work across separate apps. Notte keeps everything in one place, with end-to-end encryption so your data stays yours.
— ONE WORKSPACE — • Notes — a rich block editor with headings, lists, checklists, code blocks, tables, and slash commands. Organize with notebooks and tabs. • Tasks — Kanban boards with custom statuses and priorities, drag-and-drop ordering, and aggregated board groups. • Calendar — day, week, and month views with recurring events, reminders, and event notifications. • Contacts — keep the people you work with alongside your notes and events.
— PRIVATE BY DESIGN — • End-to-end encryption by default. Your notes, tasks, and events are encrypted on your device. We never read them — we can't. • You own your keys. Zero-knowledge sync means the server only ever stores an encrypted blob. • Two-factor authentication to protect your account. • No behavioral tracking, no data mining, no third-party analytics.
— WORKS EVERYWHERE, EVEN OFFLINE — • Full offline mode. Create and edit anything with no connection — changes sync automatically when you reconnect. • Truly cross-platform: Android, iOS, Windows, macOS, and Linux, with the same features everywhere. • Multi-device sync that just works.
— CONNECT YOUR CALENDARS — • Sync with Google Calendar and Microsoft Outlook Calendar. • Create meetings with video links built in. • Recurring events sync both ways.
— BRING YOUR EXISTING NOTES — • Import from Notion, Evernote, and Obsidian — pages, notebooks, and folder structure are preserved. • Export your data anytime. No lock-in.
— AI ASSISTANT (paid plans) — • Chat with an AI assistant that understands your workspace. • Summarize notes, rephrase messy thoughts, and turn ideas into tasks.
— NEVER LOSE WORK — • Version history on your notes and tasks. • Recycle bin — deleted items are recoverable. • Data safety is a core principle: nothing is removed unless you explicitly ask.
— FAST AND CALM — • A minimal, beautiful interface built to disappear while you work. • Keyboard-first for speed, mouse-friendly for comfort. • Global search across everything you've written.
PLANS Notte has a free plan with generous limits, plus Starter, Pro, and Enterprise tiers for unlimited notes, boards, devices, and the AI assistant. Subscriptions are managed at notte.com.
Start now — and never go back to fragmented work again.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:
sudo systemctl enable --now snapd.apparmor.service
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install Notte, simply use the following command:
sudo snap install notte --edge
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.