{"id":13548230,"url":"https://github.com/notepadqq/notepadqq","last_synced_at":"2026-07-04T01:04:55.559Z","repository":{"id":2557539,"uuid":"3536442","full_name":"notepadqq/notepadqq","owner":"notepadqq","description":"A simple, general-purpose editor for Linux","archived":false,"fork":false,"pushed_at":"2023-05-27T10:12:18.000Z","size":9474,"stargazers_count":2103,"open_issues_count":317,"forks_count":299,"subscribers_count":85,"default_branch":"master","last_synced_at":"2024-11-03T17:38:40.048Z","etag":null,"topics":["development","editor","linux","notepadqq","text-editor"],"latest_commit_sha":null,"homepage":"https://notepadqq.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notepadqq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-02-24T14:39:25.000Z","updated_at":"2024-10-28T20:24:35.000Z","dependencies_parsed_at":"2023-07-05T18:32:34.370Z","dependency_job_id":null,"html_url":"https://github.com/notepadqq/notepadqq","commit_stats":{"total_commits":1265,"total_committers":71,"mean_commits":"17.816901408450704","dds":"0.35573122529644263","last_synced_commit":"d8000f256a516aa958d50bfcc19605dc296fbeb2"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepadqq%2Fnotepadqq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepadqq%2Fnotepadqq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepadqq%2Fnotepadqq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepadqq%2Fnotepadqq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notepadqq","download_url":"https://codeload.github.com/notepadqq/notepadqq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246895697,"owners_count":20851317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development","editor","linux","notepadqq","text-editor"],"created_at":"2024-08-01T12:01:07.645Z","updated_at":"2026-07-04T01:04:55.554Z","avatar_url":"https://github.com/notepadqq.png","language":"JavaScript","funding_links":[],"categories":["C++","Applications","JavaScript","linux","Repository app","development"],"sub_categories":["Text Editors","Productivity"],"readme":"# \u003cimg src=\"https://user-images.githubusercontent.com/4319621/36906314-e3f99680-1e35-11e8-90fd-f959c9641f36.png\" alt=\"Notepadqq\" width=\"32\" height=\"32\" /\u003e Notepadqq [![Build Status](https://github.com/notepadqq/notepadqq/actions/workflows/build-test.yml/badge.svg)](https://github.com/notepadqq/notepadqq/actions/workflows/build-test.yml) [![notepadqq](https://snapcraft.io/notepadqq/badge.svg)](https://snapcraft.io/notepadqq)\n\n\u003e [!WARNING]  \n\u003e This project is not actively maintained anymore. New maintainers are welcome.\n\u003e\n\u003e It has been reported that with the most recent OS/Qt versions, the program can crash unexpectedly. Use this at your own risk.\n\u003e \n\u003e  -- Daniele\n\n### Links\n\n* [What is it?](#what-is-it)\n* [Build it yourself](#build-it-yourself)\n* [Download it](#distribution-packages)\n\n#### What is it?\n\nNotepadqq is a text editor designed by developers, for developers. \n\n![screenshot_20180302_163505](https://notepadqq.com/s/images/snapshot1.png)\n\nPlease visit our [Wiki](https://github.com/notepadqq/notepadqq/wiki) for more screenshots and details.\n\nBuild it yourself\n-----\n\n| Build dependencies    | Dependencies      |\n|-----------------------|-------------------|\n| Qt 6.4 or higher      | Qt 6.4 or higher  |\n| qt6-webengine5-dev    | qt6-webengine5    |\n| qt6-websockets-dev    | qt6-websockets    |\n| qt6-svg-dev           | qt6-svg           |\n| qt6-tools-dev-tools   | coreutils         |\n| libuchardet-dev       | libuchardet       |\n| pkg-config            |                   |\n\n\n#### Get the source\n\n    $ git clone --recursive https://github.com/notepadqq/notepadqq.git\n    $ cd notepadqq\n\n#### Build\n\n    notepadqq$ cmake --preset release\n    notepadqq$ cmake --build --preset release\n\nTo build with debug symbols, use the `dev` preset instead:\n\n    notepadqq$ cmake --preset dev\n    notepadqq$ cmake --build --preset dev\n\nIf you encounter errors make sure to have the necessary libraries installed. For Ubuntu you can do that using apt-get:\n\n    sudo apt-get install qt6-tools-dev qt6-tools-dev-tools qt6-webengine-dev qt6-websockets-dev libqt6svg6 libqt6svg6-dev libuchardet-dev pkg-config\n\nFor CentOS:\n\n    sudo dnf install -y qt6-qtbase-devel qt6-qttools-devel qt6-qtwebengine-devel qt6-qtwebsockets-devel qt6-qtsvg-devel qt6-qtwebchannel-devel uchardet pkgconfig\n\nBuilding for **macOS**? Check [here](https://github.com/notepadqq/notepadqq/wiki/Compiling-Notepadqq-on-macOS).\n\n#### Run tests\n\n    notepadqq$ ctest --preset release\n\n#### Install\n\nYou can run notepadqq from its build output folder. If however you want to install it, first build it\nby following the above steps, then run:\n\n    notepadqq$ sudo cmake --install build/release\n\n#### Qt\n\nIf the newest version of Qt isn't available on your distribution, you can use the [online installer](http://www.qt.io/download-open-source) to get the latest libraries and install them into your home directory (`$HOME/Qt`). Notepadqq will automatically use them.\n\nDistribution Packages\n---------------------\n\n#### Ubuntu, Debian, and others:\n\n    sudo apt install notepadqq\n\n#### Snap\n\nTo install the latest stable version:\n\n    sudo snap install notepadqq\n\nYou don't have the `snap` command? Follow the instructions at https://docs.snapcraft.io/core/install and then install Notepadqq as shown above.\n\nYou can follow the unstable development releases from the \"edge\" channel.\n\n#### Arch Linux (community-maintained)\nNotepadqq is available from Arch's [community repositories](https://www.archlinux.org/packages/community/x86_64/notepadqq/). To install using pacman:\n\n    sudo pacman -S notepadqq\n\nAlternatively it can be found in the AUR:\n\n * Development (git version): [notepadqq-git](https://aur.archlinux.org/packages/notepadqq-git/)\n\n#### OpenSUSE (community-maintained)\nNotepadqq is avilable in OpenSUSE's main repository:\n\n     sudo zypper in notepadqq\n\n#### Solus (community-maintained)\nNotepadqq is available in the `shannon` (stable) repository:\n\n     sudo eopkg it notepadqq\n\n#### Others\nUse a package for a compatible distribution, or build from [source](https://github.com/notepadqq/notepadqq.git).\nIf you want to submit a package: https://github.com/notepadqq/notepadqq-packaging\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotepadqq%2Fnotepadqq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotepadqq%2Fnotepadqq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotepadqq%2Fnotepadqq/lists"}