How do you install MIT AI2 offline in Linux based OS?

  • :100: Solution Summary:*

Step 1:

Step 2:

Step 3:

Use the Tutorial as mentioned in the Readme file:

  1. For AI Server
    Linux & Mac
    chmod +x startAIServer.sh (ONLY THE FIRST TIME)
    ./startAIServer.sh (and go to url: localhost:8888)

  2. For Build Server
    Linux & Mac
    chmod +x startBuildServer.sh (ONLY THE FIRST TIME)
    ./startBuildServer.sh

Step 4:

Note: I have installed latest Jdk, it doesn't work. So you must install Jdk8 inorder to get the build server work.

Step 5:

Restart the PC and Enjoy using MIT App Inventor (AI2) Offline on linux at (http://localhost:8888)
Make sure to execute the commands on terminal before launching MIT

  1. ./startAIServer.sh

  2. ./startBuildServer.sh

Last Updated: 2022-06-05T02:33:00Z

On my Linux Mint this is not necessary. Those attributes are already set after extracting the 7z file.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.