mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
37 lines
1.1 KiB
TOML
37 lines
1.1 KiB
TOML
id = "opencode"
|
|
name = "OpenCode"
|
|
description = "The AI coding agent built for the terminal"
|
|
version = "1.0.55"
|
|
schema_version = 1
|
|
authors = ["Anomaly"]
|
|
repository = "https://github.com/sst/opencode"
|
|
|
|
[agent_servers.opencode]
|
|
name = "OpenCode"
|
|
icon = "./icons/opencode.svg"
|
|
|
|
[agent_servers.opencode.targets.darwin-aarch64]
|
|
archive = "https://github.com/sst/opencode/releases/download/v1.0.55/opencode-darwin-arm64.zip"
|
|
cmd = "./opencode"
|
|
args = ["acp"]
|
|
|
|
[agent_servers.opencode.targets.darwin-x86_64]
|
|
archive = "https://github.com/sst/opencode/releases/download/v1.0.55/opencode-darwin-x64.zip"
|
|
cmd = "./opencode"
|
|
args = ["acp"]
|
|
|
|
[agent_servers.opencode.targets.linux-aarch64]
|
|
archive = "https://github.com/sst/opencode/releases/download/v1.0.55/opencode-linux-arm64.zip"
|
|
cmd = "./opencode"
|
|
args = ["acp"]
|
|
|
|
[agent_servers.opencode.targets.linux-x86_64]
|
|
archive = "https://github.com/sst/opencode/releases/download/v1.0.55/opencode-linux-x64.zip"
|
|
cmd = "./opencode"
|
|
args = ["acp"]
|
|
|
|
[agent_servers.opencode.targets.windows-x86_64]
|
|
archive = "https://github.com/sst/opencode/releases/download/v1.0.55/opencode-windows-x64.zip"
|
|
cmd = "./opencode.exe"
|
|
args = ["acp"]
|