Getting Started
Installation
NativeDev currently supports Debian and Ubuntu based distributions.
Install the latest release package: Download
bash
sudo apt install ./nativedev_<version>_all.debFirst Launch
After opening NativeDev:
- Review the system requirements.
- Allow required privileged operations when requested.
- Configure your development preferences.
- Configure Local Development wildcard DNS and Nginx routing when you are ready to serve parked projects.
- Install/trust mkcert only if you want optional local HTTPS.
Your first local project
With the default Local TLD, a project directory named example uses:
text
HTTP → http://example.test
HTTPS → https://example.secure.testHTTP is the default development path. HTTPS is optional. After Local Development routing is configured, the Projects page shows Open HTTP and Open HTTPS for each detected project; the HTTPS action becomes available after the local wildcard certificate is configured.
See Local Development for parking, DNS, PHP selection, and HTTPS setup.