Skip to content

An operating system working thanks to web technologies. (clone of Windows 10)

License

Notifications You must be signed in to change notification settings

Artefact-Labs/KosmOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub forks GitHub stars GitHub license


Logo

KosmosOS

An operating system working thanks to web technologies. (clone of Windows 10).
Explore the Artefact's docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

KosmOS Screen Shot This project was set up in order to present the extent of the capabilities of Artefact and Artefact-Creator. It is a replica of the Windows 10 operating system. But it also has a utilitarian aspect:

  • Allows users to add their own applications to the site
  • Allow to make their web applications better known

A list of used libraries is listed in the acknowledgements.

Built With

This section should list any major frameworks that you built your project using. Add-ons/plugins are in the acknowledgements section.

Getting Started

To be able to compile the project by yourself here are the steps to follow.

Prerequisites

First of all you need to have some infrastructure already installed on your machine.

  • npm

    npm install npm@latest -g

    Or install Node.js in your computer.

  • Artefact-Creator: This is the official IDE of the Artifact language. You can download it from its official website.

Installation

  1. Clone the repo
    git clone https://github.com/Artefact-Labs/KosmOS.git
  2. Open the cloned project with Artefact-Creator.
  3. In the IDE open the Packager.apm file and install all the packages. package
  4. Choose the platform for which you would like to compile. platform
  5. It is done. Just click on the run button run and wait the build process to finish.

Roadmap

  • LogIn Screen
  • SignIn Screen
  • Eplorer (main office)
  • Start menu
  • File explorer
  • Simple Window
  • Application registration
  • Setting Screen

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Artefact-Team - @Artefact_official - [email protected]

Official Website: https://artefact-labs.com

Acknowledgements