Search Criteria
Package Details: arduino-ide 2.3.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/arduino-ide.git (read-only, click to copy) |
---|---|
Package Base: | arduino-ide |
Description: | Open-source electronics prototyping platform |
Upstream URL: | https://github.com/arduino/arduino-ide |
Licenses: | AGPL-3.0-only |
Submitter: | andreas_baumann |
Maintainer: | AsfhtgkDavid |
Last Packager: | andreas_baumann |
Votes: | 3 |
Popularity: | 1.32 |
First Submitted: | 2025-08-21 19:51 (UTC) |
Last Updated: | 2025-08-22 08:23 (UTC) |
Dependencies (26)
- arduino-cli
- arduino-fwuploader
- bash (bash-devel-gitAUR, bash-gitAUR)
- electron30AUR (electron30-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libsecret
- libx11 (libx11-gitAUR)
- libxkbfile
- python (python37AUR)
- ripgrep (ripgrep-gitAUR)
- arduino-language-server (arduino-language-server-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR) (make)
- nodejs-lts-iron (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- python-setuptools (make)
- yarn (corepackerAUR, yarn-berryAUR, yarn-pnpm-corepackAUR) (make)
- Show 6 more dependencies...
Latest Comments
gatonero commented on 2025-09-05 12:15 (UTC)
For electron30: Install electron30-bin separately
But after that another error: error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ==> FEHLER: Ein Fehler geschah in prepare().
acidicX commented on 2025-08-23 17:24 (UTC)
The build process seems to package electron anyway:
Is there really the need to include electron30 in the PKGBUILD as a dependency then?
andreas_baumann commented on 2025-08-23 12:44 (UTC)
This is nothing I can maintain, I have no knowhow about node and friends..
andreas_baumann commented on 2025-08-22 15:22 (UTC) (edited on 2025-08-23 05:56 (UTC) by andreas_baumann)
electron30-bin should provide electron30, so you can choose whether to use the binary version or build your own electron. There is also a arduino-ide-bin.
Using automatic builders which draw in electron30 automatically are dangerous anyways given the nature of AUR PKGBUILDs.
This node error you reported didn't happen when I built it, I had a running IDE. Have to investigate..
matdave commented on 2025-08-22 15:15 (UTC)
Recieving error: error arduino-ide@2.3.6: The engine "node" is incompatible with this module. Expected version ">=18.17.0 <21". Got "22.14.0"
matdave commented on 2025-08-22 15:14 (UTC)
Would it be possible to "prefer" electron30-bin? I didn't have that installed, so it defaulted to trying to compile electron30, which required like 50GB of downloading and pegged my CPU.
andreas_baumann commented on 2025-08-22 06:08 (UTC)
Note: you need electron30 or electron30-bin from the AUR.