• Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    Shell
  • License
    BSD 3-Clause "New...
  • Created over 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple project that aims to provide Free/Libre Open Source Linux binaries of Scratch Desktop

Scratux

Scratux is a block-based visual programming language targeted primarily at children. Users can create projects using a block-like interface. With Scratux, you can program your own interactive stories, games, and animations β€” and share your creations with others in the online community.

Basically Scratux is a simple project that aims to provide Free/Libre Open Source Linux binaries of Scratch Desktop. Since the official Scratch project does not provide binaries for Linux distributions, we created this project so you do not have to download + build from source. Just click and install it.

Scratux is built-in different languages and is always based on the latest stable Scratch Desktop release. Currently it is fetching Scratch Desktop 3.10.2

Screenshot

Download/Install

Download latest release from the official page

Screenshots

Ubuntu

Ubuntu

Manjaro

Manjaro

Fedora

Fedora

Development

First, download this branch and run the fetch.sh script. This will donwload our latest scratux-desktop, scratux-gui and scratux-i18n repositories and will initialize them.

$ git clone https://github.com/scratux/scratux.git
$ cd scratux
$ chmod +x fetch.sh
$ ./fetch.sh 

Then you can run Scratux using yarn or npm:

$ cd src
$ npm start

or build it by:

./build.sh

More info in the wiki

Get Involved

  • Test, report bugs and request new features.
  • Help translating Scratux using our web interface.
  • Support the project by making a donation via PayPal. This helps us to cover domain, email and development costs.

License

Licensed under BSD-3-Clause