Skip to content

docs: add pacman installation option for Arch Linux alongside AUR#13293

Merged
adamdotdevin merged 1 commit intoanomalyco:devfrom
G36maid:docs/arch-install
Feb 13, 2026
Merged

docs: add pacman installation option for Arch Linux alongside AUR#13293
adamdotdevin merged 1 commit intoanomalyco:devfrom
G36maid:docs/arch-install

Conversation

@G36maid
Copy link
Contributor

@G36maid G36maid commented Feb 12, 2026

Since opencode is now in Arch Linux [extra] repository, users can install via pacman for stable releases. Updated all 35 documentation files to show both options:

  • pacman -S opencode (Stable from official repo, v1.1.53)
  • paru -S opencode-bin (Latest from AUR, v1.1.60)

This gives users flexibility to choose between stable tested builds or bleeding edge releases based on their needs.

What does this PR do?

update installation option for Arch Linux alongside AUR

How did you verify your code works?

Since opencode is now in Arch Linux [extra] repository, users can install
via pacman for stable releases. Updated all 35 documentation files to show both
options:
- pacman -S opencode (Stable from official repo, v1.1.53)
- paru -S opencode-bin (Latest from AUR, v1.1.60)

This gives users flexibility to choose between stable tested builds or bleeding
edge releases based on their needs.
@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

Based on the search results, I found a related PR:

Potential Duplicate:

Why it might be related: This PR appears to be addressing the same topic - updating Arch Linux installation documentation to use pacman instead of just AUR. Your current PR (13293) seems to be building on or updating the same changes to document both pacman and AUR options across documentation files.

You may want to check if PR #12705 is already merged or closed, and whether your PR #13293 supersedes it or is a continuation of those changes.

@G36maid
Copy link
Contributor Author

G36maid commented Feb 12, 2026

The following comment was made by an LLM, it may be inaccurate:

Based on the search results, I found a related PR:

Potential Duplicate:

* **PR [docs: update Arch Linux installation to use pacman #12705](https://github.com/anomalyco/opencode/pull/12705)**: "docs: update Arch Linux installation to use pacman"
  
  * [docs: update Arch Linux installation to use pacman #12705](https://github.com/anomalyco/opencode/pull/12705)

Why it might be related: This PR appears to be addressing the same topic - updating Arch Linux installation documentation to use pacman instead of just AUR. Your current PR (13293) seems to be building on or updating the same changes to document both pacman and AUR options across documentation files.

You may want to check if PR #12705 is already merged or closed, and whether your PR #13293 supersedes it or is a continuation of those changes.

Thanks for the flag.

Unlike replaces the AUR instruction with pacman, this PR documents both methods.

Since the official Arch extra repository may lag behind the latest release, it is better to provide users with both choices:

pacman: For official/stable releases.

AUR: For the absolute latest updates.

@adamdotdevin adamdotdevin merged commit 88e2eb5 into anomalyco:dev Feb 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants