Package Details: stably-orca 1.4.200-1

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)

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 through nodejs>=24 and nodejs<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.