How to Make Arduino Portable and Future Proof
When you have to use the Arduino IDE on a public or university computer on which you are not allowed to install anything, you may not be allowed to install any board packages or libraries. Making the Arduino IDE portable solves this problem.
Portable Arduino
Like most (Windows) applications the Arduino IDE puts its intermediate files and working folders in fixed places on the computer’s hard drive. For most users who always work on their own computer, this will not be a real problem. However, when you have to use a public or university computer on which you cannot install anything, this can pose a problem as it is not possible to install any board packages or libraries. The solution to this is to make the Arduino IDE portable. A portable installation keeps everything in the Arduino IDE installation folder.Just create a folder named 'portable'
Making the IDE portable is surprisingly easy as all you have to do is add a folder named ‘portable’ to the IDE installation folder, next to the Arduino executable. The next time you launch the IDE it will automatically detect it and use it as its sketchbook location; it will put the board packages and libraries that you install in this folder and it will use it to store intermediate files. Everything will be neatly together in one single folder that you can copy to a thumb drive and use it when- and wherever you may need it.