Skip to content

Commit b25f49e

Browse files
arora-saurabh448Saurabh Arora
andauthored
chore:remove brew from docs and readme (#299)
Co-authored-by: Saurabh Arora <saurabh@altimate.ai>
1 parent 1578470 commit b25f49e

File tree

5 files changed

+4
-26
lines changed

5 files changed

+4
-26
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ into CI pipelines and orchestration DAGs. Precision data tooling for any LLM.
2525
## Install
2626

2727
```bash
28-
# npm (recommended)
2928
npm install -g altimate-code
30-
31-
# Homebrew
32-
brew install AltimateAI/tap/altimate-code
3329
```
3430

3531
Then — in order:

docs/RELEASING.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ The `v*` tag triggers `.github/workflows/release.yml` which:
6464
1. **Builds** all platform binaries (linux/darwin/windows, x64/arm64)
6565
2. **Publishes to npm** — platform-specific binary packages + wrapper package
6666
3. **Creates GitHub Release** — with auto-generated release notes and binary attachments
67-
4. **Updates Homebrew tap** — pushes formula update to `AltimateAI/homebrew-tap`
68-
5. **Updates AUR** — pushes PKGBUILD update to `altimate-code-bin`
69-
6. **Publishes Docker image** — to `ghcr.io/altimateai/altimate-code`
67+
4. **Updates AUR** — pushes PKGBUILD update to `altimate-code-bin`
68+
5. **Publishes Docker image** — to `ghcr.io/altimateai/altimate-code`
7069

7170
### 4. Verify
7271

@@ -76,9 +75,6 @@ After the workflow completes:
7675
# npm
7776
npm info @altimateai/altimate-code version
7877

79-
# Homebrew
80-
brew update && brew info altimate/tap/altimate-code
81-
8278
# Docker
8379
docker pull ghcr.io/altimateai/altimate-code:0.5.0
8480
```
@@ -101,10 +97,6 @@ Before your first release, set up:
10197
- `GITHUB_TOKEN` is automatically provided by GitHub Actions
10298
- Enable GitHub Packages for Docker image publishing
10399

104-
### Homebrew
105-
- Create `AltimateAI/homebrew-tap` repository
106-
- The `GITHUB_TOKEN` needs write access to this repo
107-
108100
### AUR (optional)
109101
- Register the `altimate-code-bin` package on AUR
110102
- Set up SSH key for AUR push access in CI

docs/docs/getting-started/quickstart-new.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ description: "Get value from Altimate Code in 10 minutes. For data engineers who
1212
npm install -g altimate-code
1313
```
1414

15-
Or via Homebrew: `brew install AltimateAI/tap/altimate-code`
16-
1715
---
1816

1917
## Step 2: Connect Your LLM

docs/docs/getting-started/quickstart.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ description: "Install altimate-code, connect your warehouse and LLM, configure a
44

55
# Setup
66

7-
> **You need:** npm 8+ or Homebrew. An API key for any supported LLM provider.
7+
> **You need:** npm 8+. An API key for any supported LLM provider.
88
99
---
1010

1111
## Step 1: Install
1212

1313
```bash
14-
# npm (recommended)
1514
npm install -g altimate-code
16-
17-
# Homebrew
18-
brew install AltimateAI/tap/altimate-code
1915
```
2016

2117
> **Zero additional setup.** One command install.

docs/docs/quickstart.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ description: "Install altimate-code and run your first SQL analysis. The open-so
44

55
# Quickstart
66

7-
> **You need:** npm 8+ or Homebrew. An API key for any supported LLM provider.
7+
> **You need:** npm 8+. An API key for any supported LLM provider.
88
99
---
1010

1111
## Step 1: Install
1212

1313
```bash
14-
# npm (recommended)
1514
npm install -g altimate-code
16-
17-
# Homebrew
18-
brew install AltimateAI/tap/altimate-code
1915
```
2016

2117
> **Zero additional setup.** One command install.

0 commit comments

Comments
 (0)