Code Monkey home page Code Monkey logo

aurawebsite's Introduction

Aura Operating System

Join us on Slack!

A Cosmos based Operating System developped in C# made by Alexy DA CRUZ (GeomTech) and Valentin Charbonnier (valentinbreiz).

Active Contributors

Current features

Please read the Aura Progression or our Roadmap to know what will be added soon.

  • Restart.
  • Shutdown.
  • Basic command interpreter.
  • Virtual FileSystem.
  • Multilanguage support.
  • Exception with screen of death.
  • Extended ASCII support.
  • Multi users.
  • Secured Users With MD5 Encryption.
  • Text Editor (Liquid Editor).
  • Get RAM, get time.

Screenshots

Login:

Aura Operating System

Shell:

Aura Operating System

Aura Operating System

Aura Operating System

Want to try Aura?

Download VMWare at this address. Install and run it.

Now click on "Create a new virtual machine", select the iso file downloaded on this page and click the "Next" button.

Now click on "Other" for "Guest operating system" and "Other" for version, click "Next" again, select "Store virtual disk as a single file" and select "Finish".

The Virtual File System won't work so go to "C:\Users\username\Documents\Virtual Machines\Other" and replace the "Other.vmdk" by this file.

Now you can select Aura (Other) and click on "Play Virtual Machine".

How to compile Aura sources ?

First, clone our modified version of Cosmos, run the "install-VS2017.bat" file and wait until the installation is done.

Now clone this repository then inside the folder Aura OS, run Aura OS.sln and select "build" once Visual Studio 2017 has loaded.

If you have an error like "A project with an Output type of Class Library cannot be started directly", right click on "Aura_OSBoot" and select "Set as startup project", now click again on "build"!

Commands

Shutdown (to do an ACPI Shutdown) :

shutdown

Reboot (to do a CPU Reboot) :

reboot

Clear (to clear the console)

clear

Echo (to echo some text)

echo text

Help (to show availables commands)

help

Cd .. (to navigate to the parent folder)

cd ..

Cd (to navigate to a folder)

cd directory

Dir (to list directories and files)

dir

Mkdir (to create a directory)

mkdir directory

Rmdir (to remove a directory)

rmdir directory

Mkfil (to create a file and edit it in Liquid Editor)

mkfil file.txt

Prfil (to edit a file in Liquid Editor)

prfil file.txt

Rmfil (to remove a file)

rmfil file.txt

Vol (to list volumes)

vol

Systeminfo (to display system informations)

systeminfo

Ver (to display system version and revision)

ver

TextColor (to change console foreground color)

textcolor 1 (choose an ID)

BackgroundColor (to change console background color)

backgroundcolor 1 (choose an ID)

Logout (to disconnect and change of user)

logout

Settings (to access to the settings of Aura)

settings {args}

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.