Releases: nihal-sam911/Graphite
Release list
Graphite v1.0.1
📝 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.
GRAPHITE_APP-First Release.exe
📝 Graphite v1.0.0 - Initial Release
Welcome to the first official release of Graphite! This is a lightweight, fast, and completely local desktop note-taking application built with Python and PyQt6.
✨ Features
- Create & Edit: Easily draft new notes or update existing ones.
- Organized Sidebar: All notes are automatically saved and sorted in the sidebar by their last updated time.
- Local Storage: All your data is securely stored locally on your machine using MySQL.
- Crash-Proof Database: The app automatically handles database connection errors safely in the background.
Because Graphite stores your notes locally using a MySQL database, you must have MySQL installed and running on your computer before opening the app.
- Host:
localhost - User:
root - Password:
password
(Note: The app will automatically generate the notepad database and tables for you upon first launch!)
🚀 How to Install and Run
- Download the
installer.zipfile from the Assets section below. - Extract/unzip the folder anywhere on your computer.
- Ensure both
window.exeandlogo.pngremain in the same folder. - Double-click
window.exeto launch Graphite!