Skip to content

Instantly share code, notes, and snippets.

@JakubAndrysek
Created October 10, 2025 16:09
Show Gist options
  • Select an option

  • Save JakubAndrysek/731f15d708a13cc6fa4a8708c659c16f to your computer and use it in GitHub Desktop.

Select an option

Save JakubAndrysek/731f15d708a13cc6fa4a8708c659c16f to your computer and use it in GitHub Desktop.

Arduino IDE 2 Instalation

nvm use 18


sudo apt-get update && sudo apt-get install -y libxkbfile-dev

sudo apt-get install -y golang-go

sudo apt-get update && sudo apt-get install -y libsecret-1-dev

npx node-gyp install
yarn install

yarn --cwd arduino-ide-extension build
yarn --cwd electron-app rebuild
yarn --cwd electron-app build
yarn --cwd electron-app package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment