2025-03-14 21:59:59 -06:00
|
|
|
# nativefier
|
|
|
|
|
|
|
|
|
|
> Create a desktop app for any web site with minimal configuration.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/nativefier/nativefier>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Make a desktop app for a website:
|
|
|
|
|
|
|
|
|
|
`nativefier {{url}}`
|
|
|
|
|
|
|
|
|
|
- Create a desktop app with a custom name:
|
|
|
|
|
|
|
|
|
|
`nativefier --name {{name}} {{url}}`
|
|
|
|
|
|
|
|
|
|
- Use a custom icon, should be a PNG:
|
|
|
|
|
|
|
|
|
|
`nativefier --icon {{path/to/icon.png}} {{url}}`
|