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.8.0
Download latest release from the official page
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
- Test, report bugs and request new features.
- Help translating Scratux using our our web interface.
- Support the project by making a donation via PayPal. This helps us to cover domain, email and development costs.
Licensed under BSD-3-Clause