Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vnote | 10,226 | a month ago | 568 | lgpl-3.0 | C++ | |||||
A pleasant note-taking platform. | ||||||||||
Tiled | 9,661 | 11 hours ago | 9 | September 22, 2022 | 646 | other | C++ | |||
Flexible level editor | ||||||||||
Shotcut | 7,942 | a day ago | 82 | gpl-3.0 | C++ | |||||
cross-platform (Qt), open-source (GPLv3) video editor | ||||||||||
Spyder | 7,631 | 898 | 44 | a day ago | 99 | May 23, 2022 | 1,145 | mit | Python | |
Official repository for Spyder - The Scientific Python Development Environment | ||||||||||
Olive | 6,997 | a day ago | 75 | other | C++ | |||||
Free open-source non-linear video editor | ||||||||||
Notepadnext | 6,122 | 2 days ago | 23 | gpl-3.0 | C++ | |||||
A cross-platform, reimplementation of Notepad++ | ||||||||||
Openshot Qt | 3,396 | 3 days ago | 99 | other | Python | |||||
OpenShot Video Editor is an award-winning free and open-source video editor for Linux, Mac, and Windows, and is dedicated to delivering high quality video editing and animation solutions to the world. | ||||||||||
Apkstudio | 2,354 | a year ago | 28 | lgpl-3.0 | C++ | |||||
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages. | ||||||||||
Nodeeditor | 2,303 | 2 months ago | 57 | bsd-3-clause | C++ | |||||
Qt Node Editor. Dataflow programming framework | ||||||||||
Goneovim | 2,101 | 10 days ago | 51 | June 21, 2022 | 94 | mit | Go | |||
A GUI frontend for neovim. |
A cross-platform, reimplementation of Notepad++.
Though the application overall is stable and usable, it should not be considered safe for critically important work.
There are numerous bugs and half working implementations. Pull requests are greatly appreciated.
Packages are available for Windows, Linux, and MacOS.
Windows packages are available as an installer or a stand-alone zip file on the release page. The installer provides additional components such as an auto-updater and Windows context menu integration. You can easily install it with Winget:
winget install dail8859.NotepadNext
Linux packages can be obtained by downloading the stand-alone AppImage on the release page or by installing the flatpak by executing:
flatpak install flathub com.github.dail8859.NotepadNext
MacOS disk images can be downloaded from the release page.
Current development is done using Visual Studio 2022 and Qt v6.2+ on Windows. This is also known to build successfully on various Linux distributions and macOS. Other platforms/compilers should be usable with minor modifications.
If you are familiar with building C++ Qt desktop applications with Qt Creator, then this should be as simple as opening src/NotepadNext.pro
and build/run the project.
If you are new to building C++ Qt desktop applications, there is a more detailed guide here.
This code is released under the GNU General Public License version 3.