Installation Guide

FakeOS is self-hosted. You run it on your own machine (Linux or Windows).

Prerequisites

Quick Start

Open your terminal and run the following commands:

1. Clone the Repository

git clone https://github.com/TarangoHasan/FakeOS.git
cd FakeOS

2. Install Dependencies

npm install

Note for Linux Users: Ensure you have build tools installed (`sudo apt install build-essential python3`).

3. Run the Server

node server.js

4. Access FakeOS

Open your browser and go to:

http://localhost:3000

Updating

To update to the latest version, pull the changes from git:

git pull
npm install