titaniumnetwork-dev / Incognito

The official, up to date version of incognito

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incognito

Access the world wide web

Old repo

Setup

npm i -g pnpm 
git clone https://github.com/titaniumnetwork-dev/Incognito.git 
cd Incognito/
pnpm i
pnpm build
pnpm start

Note

You can alternatively use pnpm run bstart to build and start

Or if you don't want to build you can run the server via tsx

npm i -g pnpm tsx
git clone https://github.com/titaniumnetwork-dev/Incognito.git
cd Incognito
pnpm i
tsx server/index.ts

Games

Due to the size of games, they are not included by default

git clone https://github.com/caracal-js/gfiles.git source

Credits

About

The official, up to date version of incognito

License:GNU General Public License v3.0


Languages

Language:CSS 64.9%Language:JavaScript 29.7%Language:HTML 2.8%Language:TypeScript 2.6%