scratux / scratux

A simple project that aims to provide Free/Libre Open Source Linux binaries of Scratch Desktop
https://scratux.org/
BSD 3-Clause "New" or "Revised" License
103 stars 19 forks source link
education electron javascript linux react scratch

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

License

Licensed under BSD-3-Clause