New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

faux

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faux

A virtual, completely in-browser, operating system (pre-alpha)

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Faux OS - A virtual, completely in-browser, operating system

Faux OS Logo

Installation

Installing is very straight-forward, there's just one script to load. The browser is the default target for this project, but you are free to load faux into AMD and CommonJS environments too, try it out.

All distributed files are in the /dist directory.

dist
├── fauxOS.es6.js     => No transpilation done
├── fauxOS.js         => Transpiled
└── fauxOS.min.js     => Transpiled and minified
CDN's
  • <script src="https://unpkg.com/faux/dist/fauxOS.min.js"></script>
    • Very fast, recommended
  • <script src="https://cdn.rawgit.com/fauxOS/faux/master/dist/fauxOS.min.js"></script>
    • Gets the latest from github, use to retrieve an unreleased file
Node

You can include this in any web project with npm install --save faux

Dependencies

Faux has no runtime dependencies, just include it (preferably) in your <head>. If you don't want to build, copy from the pre-built /dist/fauxOS.min.js.

To build it yourself, you need to get node.js and npm

Building

  • Clone this repository : git clone https://github.com/fauxOS/faux.git
  • Enter and get build dependencies : cd faux npm install
  • Build it : npm run build
  • Add the built file to your server : cp -R dist/ ~/webserver/faux/
  • Include the script : <script src="/faux/fauxOS.min.js"></script>

System Call Reference

This is not completely implemented, yet. Most surrounding functionality is available.

Within the kernel, the sys object holds all the system call functions. Userspace can make kernel requests via a message, or by loading in the included /lib files.

Keywords

FAQs

Package last updated on 17 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc