Windows
Windows 10 and 11, 64-bit
Your systemThe Windows build will appear here when the first release is published.
Desktop installers for Windows, macOS and Linux are coming soon. The first release hasn't been published yet, so there's nothing to download today.
Windows 10 and 11, 64-bit
Your systemThe Windows build will appear here when the first release is published.
macOS 10.15 or later
Your systemThe macOS build will appear here when the first release is published.
64-bit x86 (x86_64)
Your systemThe Linux build will appear here when the first release is published.
Looking for a phone version? Engram is a desktop app for now. See the FAQ.
The .msi package works the same way and is mainly for IT-managed installs. Engram uses Microsoft Edge WebView2, which comes with Windows 11 and most up-to-date Windows 10 PCs. If it's missing, the installer downloads it for you, which needs an internet connection.
On macOS 14 (Sonoma) and earlier you can instead Control-click Engram in Applications, choose Open, then click Open again.
This is a stricter form of the same warning for apps from outside the App Store. After you've checked the checksum, open the Terminal app and run:
xattr -dr com.apple.quarantine /Applications/Engram.appThen open Engram normally. This removes the "downloaded from the internet" flag from Engram only.
Debian, Ubuntu, Linux Mint, Pop!_OS (.deb): open the file with your software installer, or run:
sudo apt install ./Engram_<version>_amd64.debFedora, openSUSE, RHEL (.rpm):
sudo dnf install ./Engram-<version>-1.x86_64.rpmAppImage (any distribution): make it executable, then run it.
chmod +x Engram_<version>_amd64.AppImage
./Engram_<version>_amd64.AppImageIf the AppImage won't start on Ubuntu 22.04 or newer, install FUSE 2: sudo apt install libfuse2 (on Ubuntu 24.04 the package is libfuse2t64).
Each file's SHA-256 checksum is listed above. If the checksum of the file you downloaded matches, the file is exactly what was published. Run one of these in the folder where the file is, then compare the result with the checksum on this page.
Windows (PowerShell):
Get-FileHash .\Engram_<version>_x64-setup.exe -Algorithm SHA256macOS (Terminal):
shasum -a 256 Engram_<version>_aarch64.dmgLinux:
sha256sum Engram_<version>_amd64.AppImage| System | Needs |
|---|---|
| Windows | Windows 10 or 11, 64-bit (x64). Microsoft Edge WebView2 Runtime (included with Windows 11; the installer adds it if missing). |
| macOS | macOS 10.15 (Catalina) or later, on Apple Silicon or Intel. |
| Linux | 64-bit x86 (x86_64) with WebKitGTK 4.1, which is available on Ubuntu 22.04, Debian 12, Fedora 37 and newer. |
| Screen | At least 1024 by 640 pixels for the app window. |
| Disk | The app itself is small (see the file sizes above). Leave room for your notes and any media you import. |
| Internet | Not needed for normal use. Only the optional AI tutor, online AI providers and the tutor subscription need a connection. |
Engram doesn't update itself or check for updates in the background. To update:
Your notes, cards and settings are kept, because they live in your vault folders, not in the app. Making a backup first is still a good habit. See the changelog for what changed.
Uninstalling never deletes your notes or cards. They stay in your vault folders (by default Documents/Engram) until you delete those yourself.
sudo apt remove engram (.deb), sudo dnf remove engram (.rpm), or delete the AppImage file.Engram also keeps a small amount of app data outside your vaults: your list of profiles, and your API key if you chose to remember it. If you're removing Engram for good and want that gone too, delete the app-data folder:
%LOCALAPPDATA%\app.itarin.engram~/Library/WebKit/app.itarin.engram and ~/Library/Caches/app.itarin.engram~/.local/share/app.itarin.engram and ~/.cache/app.itarin.engram