Windows build of Nautilus
Pre-built binaries are not signed, which means your antivirus or smart-screen may flag it. Make sure you download it from trusted sources only.
Binaries can be found in Releases page.
- JDK 21 or later
- Build Tool: Maven (optional, maven wrapper will be provided)
- Clone the repository
git clone https://github.com/nautiliday/nautilus-windows.git
cd Nautilus- Build the application
./mvnw -Pdist package jpackage:jpackage@winThe generated binaries will be available in {project.directory}/target/output
Important
Note that each subsequent build requires manually clearing out the target folder because for some reason, generated binary stays in read-only mode and maven fails to replace or remove the read-only binary.
- The build uses
jpackageto generate native app images - Output format depends on the target OS
- A minimal runtime is generated using
jlinkwhich is then packaged into the target build - This makes your build portable
A modified build of Nautilus with hidden Hardware ID and Processor ID, running on Windows 11 24H2