Download Jotura.
Free, no tracking, no nag screens. No account needed to use it. Optional sync signs you in with a passwordless magic link.
Install in one line.
irm jotura.io/install.ps1 | iex - Press the Windows key, type PowerShell, and press Enter. A command window opens.
- Click Copy on the command above, right click inside the PowerShell window to paste it, and press Enter.
- If Windows asks whether to allow changes, choose Yes. Jotura opens by itself when the install finishes.
curl -fsSL jotura.io/install.sh | bash - On a Mac: press Command and Space together, type Terminal, and press Return. On Linux: open your terminal app, often Ctrl+Alt+T.
- Click Copy on the command above, paste it into the terminal, and press Enter.
- If it asks for your password, type the password you use to log in to your computer and press Enter. Nothing appears while you type, which is normal. Jotura opens when the install finishes.
Example install session. Running the command fetches the latest version, verifies the checksum, installs Jotura, adds the jotura command to your PATH, installs the AI agent skill, and launches Jotura.
The script fetches the latest release for your platform, verifies its checksum, and installs the app, the jotura command line tool, and the AI agent skill in one step. Every download is checksum verified before anything runs, and the app keeps itself updated afterwards. Prefer to read it first? The whole script is at install.sh, or install.ps1 for Windows.
Manual downloads.
macOS
Your machine- Open the .dmg and drag Jotura to your Applications folder, replacing any earlier version.
- The first time you launch, macOS will block it: recent versions say "Apple could not verify "Jotura" is free of malware." This is because we sign with an ad-hoc identity rather than paying for an Apple Developer account.
- Open System Settings → Privacy & Security, scroll down to the Security section, and click Open Anyway next to the Jotura message. Confirm with Touch ID or your password, then click Open Anyway once more in the dialog. Subsequent launches work normally.
- Confirm the install with defaults read /Applications/Jotura.app/Contents/Info.plist CFBundleShortVersionString. It should print the latest version.
Windows
Your machine- Run the installer. Windows SmartScreen will warn that this is an unrecognized app.
- Click More info, then Run anyway.
- Follow the installer.
chmod +x Jotura.AppImage && ./Jotura.AppImage sudo dpkg -i jotura_*_amd64.deb or double-click in your package manager.
Android
Your machineJotura is on Google Play, so installs and updates are one tap. Prefer the direct APK? Open it after downloading, allow installs from your browser when Android asks (its standard step for apps from outside Google Play), then follow the install prompt. APK installs update through the download page rather than Play.