Skip to content

scratux/scratux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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