Skip to content

GRAPHITE_APP-First Release.exe

Choose a tag to compare

@RETHIK-KT RETHIK-KT released this 07 Aug 05:56
· 13 commits to main since this release
626ca88

📝 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.

⚠️ Prerequisites (Important!)
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

  1. Download the installer.zip file from the Assets section below.
  2. Extract/unzip the folder anywhere on your computer.
  3. Ensure both window.exe and logo.png remain in the same folder.
  4. Double-click window.exe to launch Graphite!