Changelog
Changes from v0.3.24 to v0.3.25
- chore: Release (github-actions[bot])
- feat(plugins): plugin tab windows with host-managed state #80 (#91) (Anit Nilay)
- feat: add MCP server for AI assistant integration (#85) (Shubham Raizada)
Installation Instructions
Note for existing users: Thoth includes automatic over-the-air (OTA) updates! You'll be notified when new versions are available and can update with one click directly from the app. The installers below are primarily for first-time installation.
macOS (Recommended: DMG Installer)
- Download the appropriate DMG:
- Apple Silicon (M1/M2/M3):
Thoth-aarch64-apple-darwin.dmg - Intel:
Thoth-x86_64-apple-darwin.dmg
- Apple Silicon (M1/M2/M3):
- Open the DMG and drag Thoth.app to Applications
- Important: Open Terminal and run:
xattr -cr /Applications/Thoth.app
⚠️ Gatekeeper Warning: This app is not code-signed. You must remove the quarantine attribute using the command above before first launch.
Manual Installation:
- Download:
thoth-aarch64-apple-darwin.tar.gzorthoth-x86_64-apple-darwin.tar.gz - Extract:
tar -xzf thoth-*.tar.gz - Important: Remove quarantine:
xattr -cr Thoth.app - Move to Applications:
mv Thoth.app /Applications/
Windows (Recommended: MSI Installer)
- Download
Thoth.msi - Double-click to install
Portable Version:
- Download
thoth-x86_64-pc-windows-msvc.zip - Extract and run
thoth.exe
Linux (Recommended: DEB Package)
- Download
thoth_*_amd64.deb - Install:
sudo dpkg -i thoth_*_amd64.deb
Portable Version:
- Download
thoth-x86_64-unknown-linux-gnu.tar.gz - Extract:
tar -xzf thoth-x86_64-unknown-linux-gnu.tar.gz - Make executable:
chmod +x thoth
🔄 Automatic Updates
Thoth checks for updates automatically on startup and every 24 hours. When an update is available:
- You'll see a red notification badge on the settings button (⚙)
- The settings panel will open automatically to show the update details
- Click "Download Update" and then "Install Update" to upgrade seamlessly
- The update happens in the background with automatic binary replacement
Full Changelog: v0.3.24...v0.3.25