Package Details: opencode-bin 1.0.15-1

Git Clone URL: https://aur.archlinux.org/opencode-bin.git (read-only, click to copy)
Package Base: opencode-bin
Description: The AI coding agent built for the terminal.
Upstream URL: https://github.com/sst/opencode
Licenses: MIT
Conflicts: opencode
Provides: opencode
Submitter: thdxr
Maintainer: thdxr
Last Packager: thdxr
Votes: 18
Popularity: 2.73
First Submitted: 2025-04-22 00:53 (UTC)
Last Updated: 2025-11-03 01:57 (UTC)

Latest Comments

1 2 Next › Last »

nusantara commented on 2025-11-03 01:00 (UTC)

The source URL for v1.0.14 returns a 404 error.

gwuensch commented on 2025-09-29 12:29 (UTC)

I think the problem is with the GitHub workflow, that pushes the update to the AUR before the automated build is finished and published. Can @thdxr take a look at that? It's not the first time this happened.

EE-EBA commented on 2025-09-29 02:11 (UTC)

@Dominiquini I change the version to 12.0.1 manually in the PKGBUILD file and run "makepkg -si ",it works.

Dominiquini commented on 2025-09-29 00:43 (UTC)

The latest versions published here do not exist on Github. The latest version published there is v0.12.1!

gwuensch commented on 2025-09-03 15:33 (UTC)

As @Dominiquini already noted, this package is still missing a proper license file. Just referencing the MIT license in the PKGBUILD is not enough:

License families like BSD or MIT are, strictly speaking, not a single license and each instance requires a separate license file. In license variable refer to them using a common SPDX identifier (e.g. BSD-3-Clause or MIT), but then provide the corresponding file as if it was a custom license.

Sholtor commented on 2025-08-23 04:22 (UTC) (edited on 2025-08-24 01:47 (UTC) by Sholtor)

EDIT: This is null and void with new release The latest release is v0.5.15 not v0.5.16, package updates are failing due to this. Latest release: https://github.com/sst/opencode/releases/tag/v0.5.15

Build error:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/sst/opencode/releases/download/v0.5.16/opencode-linux-x64.zip
    Aborting...
error: failed to download sources for 'opencode-bin-0.5.16-1'

Gist with correct version as an example, verified working: https://gist.github.com/sholt0r/9f188a5820210a3b92c9a9f217125e2b

chbornman commented on 2025-08-11 12:13 (UTC)

Agreed with benvp.

-> Downloading opencode-bin_0.4.14_x86_64.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/sst/opencode/releases/download/v0.4.14/opencode-linux-x64.zip

benvp commented on 2025-08-11 09:00 (UTC)

Latest version seems to be 0.4.12 - 0.4.14 gives a 404.

Dominiquini commented on 2025-08-01 02:11 (UTC) (edited on 2025-08-01 02:22 (UTC) by Dominiquini)

Add 'LICENSE' and 'README.md' in this package! Thanks

gwuensch commented on 2025-07-12 11:43 (UTC)

I noticed you're updating the source URL with every new version. Referencing $pkgver in the URL is a common practice, and would result in shorter, clearer diffs on simple updates. But please don't feel obliged if that doesn't fit your current workflow :)