Skip to content

Vasak-OS/vasak-desktop

Repository files navigation

Vasak Desktop

Quality Gate Status

Vasak is a desktop environment for Linux. It is designed to be simple, fast, and easy to use. It is written in JavaScript and uses HTML. It is currently in development. The goal is to have a desktop environment that is simple to use, but still has all the features you need.

Dependencies

Vasak Desktop depends on the following packages:

  • Bootstrap (bootstrap)
  • NW.js (nwjs)
  • nwjs-ffmpeg-codecs
  • Vue (libvasak-vue)
  • libvasak-ui
  • vasak-desktop-service
  • vasak-desktop-settings
  • navale

Build Dependencies

Start Vasak Desktop

To start Vasak Desktop, run the following steps:

  1. Clone the repository
git clone [email protected]:Vasak-OS/vasak-desktop.git
  1. Move to the directory
cd vasak-desktop
  1. Install dependencies
npm install
  1. Start Vasak Desktop
nw ./

Build Vasak Desktop

PKGBUILD

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

  1. Fork it
  2. Create your feature branch
git checkout -b feature/battery-indicator
  1. Commit your changes
git commit -am 'Add some battery-indicator'
  1. Push to the branch
git push origin feature/battery-indicator
  1. Create a new Pull Request

Acknowledgements