Search Criteria
Package Details: stably-orca 1.4.200-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/stably-orca.git (read-only, click to copy) |
|---|---|
| Package Base: | stably-orca |
| Description: | Stably AI Orca agentic coding IDE and headless runtime (built from source) |
| Upstream URL: | https://github.com/stablyai/orca |
| Licenses: | MIT |
| Conflicts: | orca-ide, orca-ide-bin, stably-orca-bin, stably-orca-git |
| Provides: | orca-ide |
| Submitter: | bhyoo |
| Maintainer: | bhyoo |
| Last Packager: | bhyoo |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-07-25 09:39 (UTC) |
| Last Updated: | 2026-09-11 08:50 (UTC) |
Dependencies (36)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- electron43 (electron43-binAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdrm (libdrm-gitAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxcomposite
- libxdamage
- libxfixes
- libxkbcommon (libxkbcommon-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxss
- libxtst
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-dlss-reflex-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- Show 16 more dependencies...
Required by (0)
Sources (13)
- orca-ide.sh
- pnpm-12.0.0.tgz
- pnpm-exe-linux-arm64-12.0.0.tgz
- pnpm-exe-linux-x64-12.0.0.tgz
- stably-orca-1.4.200.tar.gz
- stably-orca-kwin-display
- stably-orca-kwin-virtual@.service
- stably-orca-serve-kwin.conf.example
- stably-orca-serve-systemd
- stably-orca-serve.env.example
- stably-orca-serve@.service
- stably-orca.desktop
- stably-orca.sh
Latest Comments
bhyoo commented on 2026-08-12 10:43 (UTC)
@brunogehlen Thanks for the suggestion. The package no longer depends on
nodejs-lts-iron; it currently accepts any package providing Node.js 24 throughnodejs>=24andnodejs<25.That version range follows upstream v1.4.180, which explicitly declares
"engines": { "node": "24" }. I’ll widen it when upstream supports or verifies a newer major version, but I don’t want to claim Node.js 26 compatibility based only on an assumption.brunogehlen commented on 2026-07-29 14:40 (UTC)
Hello!! Could you please consider updating the dependency in the PKGBUILD from nodejs-lts-iron to the standard nodejs package? I suppose Node.js 26 (and subsequent versions) functions perfectly with this project. However, the current strict dependency on the LTS version creates an unresolvable conflict for users who maintain the main nodejs package on their systems. Thank you for your time and assistance.