nativefier
Make any web page a desktop application
File Explorer
Download Latest Version (.zip)- bug.yml
- config.yml
- feature.yml
- question.yml
- ci.yml
- publish.yml
- CONTRIBUTING.md
- dock-screenshot.png
- generate-changelog
- manual-test
- nativefier-walkthrough.gif
- _placeholder
- contextMenu.ts
- loginWindow.ts
- mainWindow.ts
- menu.test.ts
- menu.ts
- trayIcon.ts
- helpers.test.ts
- helpers.ts
- inferFlash.ts
- loggingHelper.ts
- playwrightHelpers.ts
- windowEvents.test.ts
- windowEvents.ts
- windowHelpers.test.ts
- windowHelpers.ts
- electron.ts
- .eslintrc.yml
- login.css
- login.html
- login.js
- main.ts
- preload.ts
- .eslintrc.js
- nativefier.json
- npm-shrinkwrap.json
- package.json
- tsconfig.json
- webpack.config.js
- convertToIcns
- convertToIco
- convertToIconset
- convertToPng
- convertToTrayIcon
- model.ts
- .eslintrc.js
- tsconfig.json
- buildIcon.ts
- buildNativefierApp.ts
- prepareElectronApp.test.ts
- prepareElectronApp.ts
- executableHelpers.ts
- plistInfoXMLHelpers.ts
- rceditGet.ts
- upgrade.ts
- fsHelpers.ts
- helpers.test.ts
- helpers.ts
- iconShellHelpers.ts
- inferChromeVersion.ts
- inferFirefoxVersion.ts
- inferSafariVersion.ts
- inferIcon.ts
- inferOs.ts
- inferTitle.test.ts
- inferTitle.ts
- fields.test.ts
- fields.ts
- icon.test.ts
- icon.ts
- name.test.ts
- name.ts
- userAgent.test.ts
- userAgent.ts
- asyncConfig.ts
- normalizeUrl.test.ts
- normalizeUrl.ts
- optionsMain.test.ts
- optionsMain.ts
- parseUtils.test.ts
- parseUtils.ts
- sanitizeFilename.test.ts
- sanitizeFilename.ts
- .eslintrc.js
- cli.test.ts
- cli.ts
- constants.ts
- integration-test.ts
- jestSetupFiles.ts
- main.ts
- playwright-test.ts
- tsconfig.json
- .dockerignore
- .editorconfig
- .env
- .gitignore
- .npmignore
- .npmrc
- .nvmrc
- API.md
- base-eslintrc.js
- CATALOG.md
- CHANGELOG.md
- Dockerfile
- HACKING.md
- LICENSE.md
- npm-shrinkwrap.json
- package.json
- README.md
- tsconfig-base.json
# Installation Guide
1. Get the code
git clone https://github.com/nativefier/nativefier
Downloads the entire project code from GitHub to your computer.
cd nativefier
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run --rm -v ~/nativefier-apps:/target/ nativefier/nativefier https://mail.google.com/ /target/
Runs the built image as an actual container.
docker run --rm -v ~/my-icons-folder/:/src -v $TARGET-PATH:/target nativefier/nativefier --icon /src/icon.png --name whatsApp -p linux -a x64 https://web.whatsapp.com/ /target/
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
cd app
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
