NotepadNext-MacOS

🍎 NotepadNext For MacOS — Notepad++ Like

🇬🇧 A cross-platform reimplementation of Notepad++ — built natively for macOS. 🇮🇩 Implementasi ulang Notepad++ lintas platform — dibangun secara native untuk macOS.

Build Notepad Next Latest Version Maintenance Status License GitHub Issues GitHub Pull Requests Donate with PayPal Donate with Ko-fi Donate with QRIS Sponsor with GitHub GitHub Stars GitHub Forks GitHub Contributors


image image

👨‍💻 Credits / Kredit

🇬🇧 This repository is a macOS-only build of the original project by @dail8859. All credit for the original source code, design, and development goes to the original author. This fork is maintained at https://github.com/alsyundawy/NotepadNext-MacOS.

🇮🇩 Repository ini merupakan build khusus macOS dari proyek asli oleh @dail8859. Seluruh kredit untuk kode sumber, desain, dan pengembangan diberikan kepada penulis asli. Fork ini dikelola di https://github.com/alsyundawy/NotepadNext-MacOS untuk memberikan build macOS (Apple Silicon & Intel) bagi pengguna.

   
🏠 Original Repository / Repositori Asli github.com/dail8859/NotepadNext
👤 Original Author / Penulis Asli @dail8859
🍎 macOS Repository / Repositori macOS github.com/alsyundawy/NotepadNext-MacOS
👤 macOS Maintainer / Pengembang macOS @alsyundawy

📦 Installation / Instalasi

🇬🇧 NotepadNext application builds are available for macOS. You can download the latest build directly from the Releases page. Choose the latest release, then check the Assets section at the bottom to download the .dmg or .zip file matching your Mac architecture.

🇮🇩 Build aplikasi NotepadNext tersedia untuk macOS. Anda dapat mengunduh build terbaru langsung dari halaman Releases. Pilih rilis terbaru, lalu lihat bagian Assets di bagian bawah untuk mendownload file .dmg atau .zip yang sesuai dengan arsitektur Mac Anda.


💻 Apple Silicon (arm64)

📁 Package / Paket 🏗️ Architecture / Arsitektur 🍎 Minimum macOS ⚙️ Qt Version / Versi Qt
NotepadNext-macOS-arm64-Qt6.5.zip Apple Silicon (arm64) macOS 12.0 Monterey Qt 6.5
NotepadNext-macOS-arm64-Qt6.8.zip Apple Silicon (arm64) macOS 13.0 Ventura Qt 6.8
NotepadNext-macOS-arm64-Qt6.10.zip Apple Silicon (arm64) macOS 14.0 Sonoma Qt 6.10
NotepadNext-macOS-arm64-Qt6.11.zip Apple Silicon (arm64) macOS 15.0 Sequoia Qt 6.11

💻 Intel (x86_64)

📁 Package / Paket 🏗️ Architecture / Arsitektur 🍎 Minimum macOS ⚙️ Qt Version / Versi Qt
NotepadNext-macOS-x64-Qt6.5.zip Intel (x86_64) macOS 11.0 Big Sur Qt 6.5
NotepadNext-macOS-x64-Qt6.8.zip Intel (x86_64) macOS 12.0 Monterey Qt 6.8
NotepadNext-macOS-x64-Qt6.10.zip Intel (x86_64) macOS 13.0 Ventura Qt 6.10
NotepadNext-macOS-x64-Qt6.11.zip Intel (x86_64) macOS 14.0 Sonoma Qt 6.11

🛡️ Gatekeeper Fix / Solusi Gatekeeper

🇬🇧 If macOS prevents opening the downloaded app or shows a quarantine warning, run these commands in Terminal:

🇮🇩 Jika macOS mencegah pembukaan aplikasi yang diunduh atau menampilkan peringatan karantina, jalankan perintah berikut di Terminal:

sudo xattr -cr "NotepadNext-v0.14.dmg"
sudo xattr -rd com.apple.quarantine "NotepadNext-v0.14.dmg"
sudo codesign --force --deep --sign - "NotepadNext-v0.14.dmg"

🍺 Install via Homebrew / Instalasi via Homebrew

🇬🇧 It can also be installed using Homebrew: 🇮🇩 Dapat juga diinstal menggunakan Homebrew:

brew tap alsyundawy/notepadnext
brew install --no-quarantine notepadnext

🔧 MacOS Tweaks / Pengaturan Tambahan

🔤 Font Smoothing

🇬🇧 By default, macOS enables font smoothing which causes text to appear quite differently from the Windows version. This can be disabled system-wide using the following command:

🇮🇩 Secara default, macOS mengaktifkan font smoothing yang menyebabkan tampilan teks berbeda jauh dari versi Windows. Hal ini dapat dinonaktifkan secara sistem menggunakan perintah berikut:

defaults -currentHost write -g AppleFontSmoothing -int 0

⚠️ Important Notes / Catatan Penting

🇬🇧 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.

🇮🇩 Meskipun aplikasi secara keseluruhan stabil dan dapat digunakan, aplikasi ini tidak disarankan untuk pekerjaan yang sangat penting. Masih terdapat banyak bug dan fitur yang belum sempurna. Pull request sangat diterima dengan tangan terbuka.


☕ Support / Dukungan

🇬🇧 If you find this project useful and would like to support its development:

🇮🇩 Jika Anda merasa proyek ini bermanfaat dan ingin memberikan dukungan / donasi:

QRIS Donation

Buy Me a Coffee


📄 License / Lisensi

🇬🇧 This code is released under the GNU General Public License version 3.

🇮🇩 Kode ini dirilis di bawah GNU General Public License versi 3.

Alt