Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MystPi/ninetails
A private, fast, and beautiful web browser.
https://github.com/MystPi/ninetails
electron tailwindcss webbrowser
Last synced: 17 days ago
JSON representation
A private, fast, and beautiful web browser.
- Host: GitHub
- URL: https://github.com/MystPi/ninetails
- Owner: MystPi
- License: mit
- Archived: true
- Created: 2021-11-18T20:35:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T18:10:15.000Z (over 2 years ago)
- Last Synced: 2024-08-01T02:34:33.626Z (3 months ago)
- Topics: electron, tailwindcss, webbrowser
- Language: JavaScript
- Homepage:
- Size: 2.32 MB
- Stars: 67
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ninetails has been archived. [Learn more here.](https://scratch.mit.edu/discuss/post/6397247/)
Ninetails is a private, fast, and beautiful web browser that's created with Electron and styled with Tailwind CSS. Enjoy a clean and unique experience while surfing the web.
In this age where many browsers track their users, it's nice to have a break from telemetry and browse privately. Ninetails never collects any data, and is 100% telemetry free!
New things are constantly being added to Ninetails, so be on the lookout for new releases. You can view some features and fixes that are in the works on [this board](https://github.com/MystPi/ninetails/projects/1).
## Screenshots
![image](https://user-images.githubusercontent.com/86574651/158018722-68023be6-b8a4-43b8-b1c9-16bdf886c744.png)![image](https://user-images.githubusercontent.com/86574651/158018748-45ddc408-30b9-4baf-8ee0-4cad28fdbd48.png)
## Development
```bash
# Clone the repo
git clone https://github.com/MystPi/ninetails.git
cd ninetails# Install the dependencies
npm install# Start the app
npm run dev
# This runs `npm start` and `npm run tailwind` concurrently
```## Building the app
```bash
# Clone the repo
git clone https://github.com/MystPi/ninetails.git
cd ninetails# Install the dependencies
npm install# Make the app
npm run make# The built app should be located at `./out/make/{filetype}/{architecture}/{filename}.{filetype}`
# Eg. `./out/make/deb/arm64/ninetails_1.0.0_arm64.deb`
```