Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

MystPi/ninetails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ninetails has been archived. Learn more here.

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`