https://github.com/artsys-h/zen-install
Install latest Zen version Easily, for non Flatpak users.
https://github.com/artsys-h/zen-install
firefox firefox-based firefox-browser zen zen-browser
Last synced: 3 months ago
JSON representation
Install latest Zen version Easily, for non Flatpak users.
- Host: GitHub
- URL: https://github.com/artsys-h/zen-install
- Owner: ARTSYS-H
- License: mit
- Created: 2025-06-17T09:29:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-04T14:07:51.000Z (8 months ago)
- Last Synced: 2025-09-04T14:39:21.300Z (8 months ago)
- Topics: firefox, firefox-based, firefox-browser, zen, zen-browser
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zen-install
Install latest [Zen](https://zen-browser.app) version Easily, for non Flatpak users.
## Getting Started
To install Zen, you just need to download and run zen-install.sh
```bash
wget https://raw.githubusercontent.com/ARTSYS-H/zen-install/refs/heads/main/zen-install.sh
chmod +x zen-install.sh
# yay, now you can use the script!
# NOTE: you need the following if not in your distro:
# wget, curl, bash (probably, untested on sh), uuidgen, tar
./zen-install.sh install
```
## Commands:
- **install [location]**
Installs Zen to the specified location, or the default one (~/.zen/browser)
- **uninstall [location]**
Removes Zen from the specified location, or the default one (~/.zen/browser)
Note: this will keep your data should you wish to return or move it
- **remove-data**
Fully removes Zen data from your system.
- **desktop [location]**
Attempts to create a desktop entry for the specified installation of Zen, or the default one (~/.zen/browser)
## Tests
List of tested platforms:
| Platforms | Versions | Test |
|--------------|:----------------:|:------------------:|
| Ubuntu | `24.04` `24.10` | :white_check_mark: |
| Alpine Linux | `3.21` | :white_check_mark: |
## Contribution
Contributions are welcome! If you have suggestions, bug fixes, or improvements, feel free to open an issue or a pull request.