Skip to content

Graphite v1.0.1

Latest

Choose a tag to compare

@RETHIK-KT RETHIK-KT released this 07 Aug 16:52
· 7 commits to main since this release
9878f75

πŸ“ 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.

⚠️ Quick Database Setup
Because Graphite stores your notes locally, you must have a MySQL server running on your machine.

  1. Open password.txt.
  2. Replace ENTER YOUR PASSWORD ONLY HERE with your personal MySQL root password.
  3. Save and close the file.

πŸš€ How to Install and Run

Windows:

  1. Extract GRAPHITE_v1.0.1_Windows-Installer.zip.
  2. Keep all files in the same extracted folder.
  3. 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-python and launch with python3 GRAPHITE.py.