Giter Club home page Giter Club logo

nodeos's Introduction

Stories in Ready

node-os

Lightweight operating system using Node.js as userspace.

Node-os wants to bring npm to the entire system. Any package in npm is a node-os package, which at last count was 94,070 packages. The goal of node-os is to provide just enough to let npm provide the rest. Since anyone can contribute to npm, anyone can create node-os packages.

Join the Discussion

find us

  • Web: please use github issues for discussion
  • IRC: join #node-os on Freenode

state of the union

introduction

NodeOS is a Node.js based operating system, built off of the Linux kernel. The eventual goal of NodeOS is to produce images that can be run on

  • hardware
  • cloud providers like Joyent/Amazon/Rackspace
  • local virtual machines, like VirtualBox, VMWare, and KVM
  • PaaS providers like Heroku, or Joyent's Manta
  • container providers, like Docker

Core development is being done in layers:

  • Layer-0 provides the boot loader and kernel (currently provided by Docker)
  • Layer-1 provides the basic Linux structure
  • Layer-2 provides the Node.js binary and its required shared libraries
  • Layer-3 provides the core NodeOS additions, like the bootstrapping script
  • Layer-4 is for customizing distributions, like the init daemon and package manager

If you are hacking on NodeOS, you are likely building Layer-4 images. Layer-4 images can be build entirely from a Dockerfile, where as the other layers require more finesse.

NodeOS on Docker

Quick Start

  • One Liner

    sudo docker run -t -i nodeos/nodeos
    
  • or learn how to make a Custom Build

Build from Source

Warning: the build process is hairy, it prob. won't work the first time. I'm working on that.

git clone [email protected]:NodeOS/Docker-NodeOS.git
cd Docker-NodeOS
./build

NodeOS on QEmu

The steps are similar to Docker ones, just type

PLATFORM=qemu ./build

nodeos's People

Contributors

groundwater avatar piranna avatar grant avatar juliangruber avatar waffle-iron avatar avckp avatar

Watchers

James Cloos avatar Ali Halabyah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.