Zxnii / ninetails

A private, fast, and beautiful web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ninetails' banner


Ninetails - A private, fast, and beautiful web browser | Product Hunt

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.

Screenshots

image

image

Development

# 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

# 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`

The Android app has been discontinued

You can still download the last version, but Ninetails desktop is recommended.

About

A private, fast, and beautiful web browser.

License:MIT License


Languages

Language:JavaScript 61.2%Language:HTML 33.5%Language:CSS 5.4%