Search Criteria
Package Details: opencode-desktop 1.18.18-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/opencode-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | opencode-desktop |
| Description: | OpenCode desktop app (built from source, runs on system electron42) |
| Upstream URL: | https://github.com/anomalyco/opencode |
| Licenses: | MIT |
| Conflicts: | opencode-desktop-bin, opencode-desktop-electron, opencode-desktop-electron-bin |
| Replaces: | opencode-desktop-electron |
| Submitter: | bhyoo |
| Maintainer: | bhyoo |
| Last Packager: | bhyoo |
| Votes: | 3 |
| Popularity: | 1.86 |
| First Submitted: | 2026-05-05 12:04 (UTC) |
| Last Updated: | 2026-08-13 04:16 (UTC) |
Dependencies (8)
- electron42 (electron42-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- bun (bun-binAUR, bun-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libxcrypt-compat (make)
- node-gyp (make)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (optional) – needed only when invoking npm CLI helpers shipped inside bundled node_modules (marked, js-yaml, semver, ...) — the desktop app itself runs entirely under electron
- opencode (opencode-gitAUR, opencode-binAUR) (optional) – standalone terminal CLI (independent of the desktop app, which embeds its own server)
Latest Comments
bhyoo commented on 2026-08-12 10:45 (UTC)
@miffe Thanks.
node-gyphas been added tomakedependsin pkgrel=2. I verified a cleanbun installcan find and run node-gyp, followed by the desktop build and native dependency rebuild. The existing_ebname='ai.opencode.desktop'fix remains included.ISSOtm commented on 2026-08-06 14:50 (UTC)
If you get a
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memoryerror while building this package, raise the max memory available to Node. For example:NODE_OPTIONS=--max-old-space-size=8192 makepkg(make 8 GiB available, up from the default of ~2 GiB on my machine).miffe commented on 2026-07-23 07:07 (UTC)
Needs node-gyp in makedepends
kulichgg commented on 2026-06-14 14:29 (UTC)
Need replace line 120 by " local _ebname='ai.opencode.desktop'"