Chronicler v0.57.0-alpha
✨ Added
- Tabs: You can now open multiple files, maps, images, and other views in tabs. Each tab preserves its own scroll position, cursor, editor state, and navigation history when you switch between them. Open a link in a new tab with Ctrl/Cmd+Click or middle-click, and manage tabs with a right-click menu or keyboard shortcuts (Ctrl/Cmd+T to open, Ctrl/Cmd+W to close, Ctrl+Tab to cycle, Ctrl/Cmd+1–9 to jump).
Installation & Notes
- 💻 Windows: Download the
.msifile to install. - 🐧 Linux: Download the
.AppImage(for most distributions) or the.deb/.rpmfile for your package manager. For Flatpak, see below. - 🍎 macOS: Download the
aarch64.dmg(Apple Silicon) orx64.dmg(Intel) file.
📦 Flatpak (recommended on rolling distros)
Adds Chronicler as a Flatpak remote so future updates flow through flatpak update:
flatpak install --user --from https://flatpak.chronicler.pro/chronicler.flatpakrefOr one-shot install the bundle from this release:
flatpak install --user Chronicler.flatpak⚠️ A Note for Windows Users
When you first run the installer, Microsoft Defender may show a "Windows protected your PC" screen. This is expected because Chronicler is a new application from an independent developer and is not yet code-signed.
To proceed, simply click "More info" and then "Run anyway".
🍎 A Note for macOS Users
Chronicler for macOS is currently unsigned. The first time you open it, you will need to run a command in the Terminal.
- Download the
.dmgfile and move the app to your Applications folder. - Open the Terminal app.
- Run this command:
sudo xattr -rd com.apple.quarantine /Applications/chronicler.app
- The app will now open correctly.
🛡️ Security & Trust
While the initial installer is unsigned, all in-app updates are cryptographically signed by me. This is handled by Tauri's built-in updater, which verifies the update signature before installing it. This ensures that all future updates are authentic and have not been tampered with.