π Graphite v1.0.1 - Release
Welcome to the official release of **Graphite v.1.0.1 **! This is a lightweight, fast, and completely local desktop note-taking application.
β¨ Features
- Create & Edit: Easily draft new notes or update existing ones.
- Organized Sidebar: All notes are automatically saved and sorted by their last updated time.
- Cross-Platform: Runs natively on Windows and on Linux via Wine or Python 3.
- Auto-Database Setup: Automatically generates the required database and tables upon first launch.
π¦ What's Included in the ZIP Folder
GRAPHITE.exeβ Main executable application file.logo.pngβ App icon asset.password.txtβ MySQL password configuration file.INSTRUCTIONS.txtβ Detailed Windows & Linux setup guide.
Because Graphite stores your notes locally, you must have a MySQL server running on your machine.
- Open
password.txt. - Replace
ENTER YOUR PASSWORD ONLY HEREwith your personal MySQLrootpassword. - Save and close the file.
π How to Install and Run
Windows:
- Extract
GRAPHITE_v1.0.1_Windows-Installer.zip. - Keep all files in the same extracted folder.
- Double-click
GRAPHITE.exe.
Linux:
- Via Wine: Open a terminal in the folder and run
wine GRAPHITE.exe. - Via Python: Run
pip install PyQt6 mysql-connector-pythonand launch withpython3 GRAPHITE.py.