Releases: Bloody-Crow/The-Notebook
Releases · Bloody-Crow/The-Notebook
v1.4.1
Downloads
| Platform | File |
|---|---|
| 🪟 Windows (x64) | TheNotebook-windows-x64.zip |
| 🍎 macOS (Apple Silicon — M1/M2/M3) | TheNotebook-macos-arm64.zip |
| 🐧 Linux (x86_64) | TheNotebook-linux-x86_64.tar.gz |
Intel Mac users: there is no native Intel build in this
release. You have two options:
- Run the ARM build via Rosetta 2 (recommended). macOS
handles this transparently — just double-click the app as
usual. Install Rosetta first if you haven't:softwareupdate --install-rosetta- Build from source on your Intel Mac:
git clone https://github.com/Bloody-Crow/TheNotebook.git cd TheNotebook pip install -r requirements.txt pyinstaller pyinstaller --onedir --windowed --name TheNotebook \ --collect-all PyQt6 --collect-all matplotlib \ --collect-all holidays main.py
Install
Windows
- Download
TheNotebook-windows-x64.zipand unzip it. - Run
TheNotebook.exe. - SmartScreen warning: since the app isn't code-signed,
Windows may show "Windows protected your PC". Click
More info → Run anyway.
macOS
- Download
TheNotebook-macos-arm64.zipand unzip it. - Move
TheNotebook.appto your Applications folder. - Gatekeeper warning: since the app isn't notarized, the
first launch will be blocked. Right-click the app →
Open → confirm, or run in Terminal:xattr -dr com.apple.quarantine /Applications/TheNotebook.app
- Intel Mac only: install Rosetta 2 first
(softwareupdate --install-rosetta) — see note above.
Linux
- Download
TheNotebook-linux-x86_64.tar.gzand extract it. chmod +x TheNotebook && ./TheNotebook- Requires glibc ≥ 2.31 and X11 or Wayland.
Notes
- The app stores all data under
~/MyJournalApp/(or
%USERPROFILE%\MyJournalApp\on Windows). - See SECURITY.md
for the encryption model. - To build from source instead, see the README.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Downloads
| Platform | File |
|---|---|
| 🪟 Windows (x64) | TheNotebook-windows-x64.zip |
| 🍎 macOS (Apple Silicon — M1/M2/M3) | TheNotebook-macos-arm64.zip |
| 🐧 Linux (x86_64) | TheNotebook-linux-x86_64.tar.gz |
Intel Mac users: there is no native Intel build in this
release. You have two options:
- Run the ARM build via Rosetta 2 (recommended). macOS
handles this transparently — just double-click the app as
usual. Install Rosetta first if you haven't:softwareupdate --install-rosetta- Build from source on your Intel Mac:
git clone https://github.com/Bloody-Crow/TheNotebook.git cd TheNotebook pip install -r requirements.txt pyinstaller pyinstaller --onedir --windowed --name TheNotebook \ --collect-all PyQt6 --collect-all matplotlib \ --collect-all holidays main.py
Install
Windows
- Download
TheNotebook-windows-x64.zipand unzip it. - Run
TheNotebook.exe. - SmartScreen warning: since the app isn't code-signed,
Windows may show "Windows protected your PC". Click
More info → Run anyway.
macOS
- Download
TheNotebook-macos-arm64.zipand unzip it. - Move
TheNotebook.appto your Applications folder. - Gatekeeper warning: since the app isn't notarized, the
first launch will be blocked. Right-click the app →
Open → confirm, or run in Terminal:xattr -dr com.apple.quarantine /Applications/TheNotebook.app
- Intel Mac only: install Rosetta 2 first
(softwareupdate --install-rosetta) — see note above.
Linux
- Download
TheNotebook-linux-x86_64.tar.gzand extract it. chmod +x TheNotebook && ./TheNotebook- Requires glibc ≥ 2.31 and X11 or Wayland.
Notes
- The app stores all data under
~/MyJournalApp/(or
%USERPROFILE%\MyJournalApp\on Windows). - See SECURITY.md
for the encryption model. - To build from source instead, see the README.
Full Changelog: v1.1.0...v1.4.0
v1.1.0
Downloads
| Platform | File |
|---|---|
| 🪟 Windows (x64) | TheNotebook-windows-x64.zip |
| 🍎 macOS (Apple Silicon — M1/M2/M3) | TheNotebook-macos-arm64.zip |
| 🐧 Linux (x86_64) | TheNotebook-linux-x86_64.tar.gz |
Intel Mac users: there is no native Intel build in this
release. You have two options:
- Run the ARM build via Rosetta 2 (recommended). macOS
handles this transparently — just double-click the app as
usual. Install Rosetta first if you haven't:softwareupdate --install-rosetta- Build from source on your Intel Mac:
git clone https://github.com/Bloody-Crow/TheNotebook.git cd TheNotebook pip install -r requirements.txt pyinstaller pyinstaller --onedir --windowed --name TheNotebook \ --collect-all PyQt6 --collect-all matplotlib \ --collect-all holidays main.py
Install
Windows
- Download
TheNotebook-windows-x64.zipand unzip it. - Run
TheNotebook.exe. - SmartScreen warning: since the app isn't code-signed,
Windows may show "Windows protected your PC". Click
More info → Run anyway.
macOS
- Download
TheNotebook-macos-arm64.zipand unzip it. - Move
TheNotebook.appto your Applications folder. - Gatekeeper warning: since the app isn't notarized, the
first launch will be blocked. Right-click the app →
Open → confirm, or run in Terminal:xattr -dr com.apple.quarantine /Applications/TheNotebook.app
- Intel Mac only: install Rosetta 2 first
(softwareupdate --install-rosetta) — see note above.
Linux
- Download
TheNotebook-linux-x86_64.tar.gzand extract it. chmod +x TheNotebook && ./TheNotebook- Requires glibc ≥ 2.31 and X11 or Wayland.
Notes
- The app stores all data under
~/MyJournalApp/(or
%USERPROFILE%\MyJournalApp\on Windows). - See SECURITY.md
for the encryption model. - To build from source instead, see the README.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Downloads
| Platform | File |
|---|---|
| 🪟 Windows (x64) | TheNotebook-windows-x64.zip |
| 🍎 macOS (Apple Silicon — M1/M2/M3) | TheNotebook-macos-arm64.zip |
| 🐧 Linux (x86_64) | TheNotebook-linux-x86_64.tar.gz |
Intel Mac users: there is no native Intel build in this
release. You have two options:
- Run the ARM build via Rosetta 2 (recommended). macOS
handles this transparently — just double-click the app as
usual. Install Rosetta first if you haven't:softwareupdate --install-rosetta- Build from source on your Intel Mac:
git clone https://github.com/Bloody-Crow/TheNotebook.git cd TheNotebook pip install -r requirements.txt pyinstaller pyinstaller --onedir --windowed --name TheNotebook \ --collect-all PyQt6 --collect-all matplotlib \ --collect-all holidays main.py
Install
Windows
- Download
TheNotebook-windows-x64.zipand unzip it. - Run
TheNotebook.exe. - SmartScreen warning: since the app isn't code-signed,
Windows may show "Windows protected your PC". Click
More info → Run anyway.
macOS
- Download
TheNotebook-macos-arm64.zipand unzip it. - Move
TheNotebook.appto your Applications folder. - Gatekeeper warning: since the app isn't notarized, the
first launch will be blocked. Right-click the app →
Open → confirm, or run in Terminal:xattr -dr com.apple.quarantine /Applications/TheNotebook.app
- Intel Mac only: install Rosetta 2 first
(softwareupdate --install-rosetta) — see note above.
Linux
- Download
TheNotebook-linux-x86_64.tar.gzand extract it. chmod +x TheNotebook && ./TheNotebook- Requires glibc ≥ 2.31 and X11 or Wayland.
Notes
- The app stores all data under
~/MyJournalApp/(or
%USERPROFILE%\MyJournalApp\on Windows). - See SECURITY.md
for the encryption model. - To build from source instead, see the README.
Full Changelog: https://github.com/Bloody-Crow/The-Notebook/commits/v1.0.0