TarpOS
TarpOS is a fun and open source OS emulator.
Build/Test
There aren't any finished builds at the moment, but you can test unfinished builds by following the steps below.
- Clone this repository or download and extract the .zip file.
- Make sure you have Node.js and NPM installed.
- Open the repository's location in a command line.
- Run
npm install
. - Once the package has finished installing, run
npm start
.
TarpOS Docs
Learn how to use TarpOS with the offical docs.
More Information
TarpOS was primarily written in JavaScript and built with Electron. All contributions are welcome.