-
Notifications
You must be signed in to change notification settings - Fork 315
Add changelog and docs for Homebrew-native CLI binaries #2881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
atharvadeosthale
wants to merge
1
commit into
main
Choose a base branch
from
devrel/cli-homebrew-native-binaries
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| layout: changelog | ||
| title: "Appwrite CLI now ships native Homebrew binaries" | ||
| date: 2026-04-10 | ||
| --- | ||
|
|
||
| The Appwrite CLI installed via [Homebrew](https://brew.sh/) now delivers **native compiled binaries** instead of a Node.js-based package. This means faster startup, no runtime dependencies, and a smaller install footprint on macOS and Linux. | ||
|
|
||
| Supported platforms and architectures: | ||
|
|
||
| - macOS Apple Silicon (arm64) | ||
| - macOS Intel (x64) | ||
| - Linux arm64 | ||
| - Linux x64 | ||
|
|
||
| Install or upgrade with Homebrew: | ||
|
|
||
| ```sh | ||
| brew install appwrite # new install | ||
| brew upgrade appwrite # existing install | ||
| ``` | ||
|
|
||
| The CLI is still available via npm (`npm install -g appwrite-cli`) and platform-specific install scripts for environments where Homebrew is not an option. | ||
|
|
||
| {% arrow_link href="/docs/tooling/command-line/installation" %} | ||
| Read the updated installation docs | ||
| {% /arrow_link %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macOS and Linux tabs in the "Install with script" section are labeled
"macOS"and"Linux"(lines 51, 72), but the analogous tabs in the Update and Uninstall sections are labeled"macOS (script)"and"Linux (script)"(lines 95, 107, 226, 247). A user skimming only the install section won't see the(script)qualifier that distinguishes them from the Homebrew tabs above. Making the labels consistent would reduce ambiguity.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!