A lightweight and minimalistic text editor built with WPF and C#.
EasyEdit focuses on simplicity and speed for quick notes and everyday text editing.
(Icon: https://icons8.com/icon/rhEyFGuPqTV7/note)
- 📝 Clean and simple interface
- ⚡ Fast and lightweight
- 💾 Open, edit, and save text files
- 🎨 Basic theming support
- ⌨️ Keyboard shortcuts for common actions
- ℹ️ Instant file insights showing size, last access date, last modified date, and other useful properties.
- C# / .NET 8
- WPF (Windows Presentation Foundation)
- Clone the repos:
git clone https://github.com/usersolvesgits/EasyEdit.git
- Open the solution in Visual Studio or Rider
- Build and run the project
-
Go to the latest Releases page of this repository or click here 👈
-
Download and extract the
.zipfolder. -
Choose the build that matches your system architecture:
- win‑x64 → for more modern 64‑bit Windows system
- win‑x86 → for older 32‑bit Windows systems
-
Launch the application using the
.exefile (if you want to create a shortcut I'd like to ask if you could please use the application icon (the.icofile)).
Windows may occasionally flag applications from small or newly published projects. If this happens, you can safely allow the app to run as long as you downloaded it directly from this repository’s official Releases page.
This project was created as a small side experiment to explore:
- WPF UI/UX design
- Building simple, practical desktop utilities


