プログラミング言語のScratchをLinux(Debian)にインストールしてオフラインで使う

$ sudo apt install git
$ sudo apt install nodejs npm
$ git clone --depth=1 https://github.com/LLK/scratch-gui.git
$ cd scratch-gui
$ npm install
$ npm run-script build

「build」ディレクトリの中の「index.html」をブラウザで開く