Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Anton can be installed as a desktop application or as a command-line tool.

### Desktop App:

- **macOS**: Click [here to download](https://downloads.mindsdb.com/anton/mac/anton-latest.pkg) the Anton Desktop App for MacOS.
- **macOS**: Click [here to download](https://downloads.mindshub.ai/anton/mac/anton-latest.pkg) the Anton Desktop App for MacOS.

- **Windows**: Click [here to download](https://downloads.mindsdb.com/anton/windows/anton-latest.exe) the Anton Desktop App for Windows.
- **Windows**: Click [here to download](https://downloads.mindshub.ai/anton/windows/anton-latest.exe) the Anton Desktop App for Windows.

### or - Command-Line App:

Expand Down
2 changes: 1 addition & 1 deletion anton/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.26.6.18.1"
__version__ = "2.26.6.22.1"
4 changes: 2 additions & 2 deletions docs/docs/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ The Windows installer additionally:

Anton is also available as a desktop application wrapping the same engine:

- **macOS**: [anton-latest.pkg](https://downloads.mindsdb.com/anton/mac/anton-latest.pkg)
- **Windows**: [anton-latest.exe](https://downloads.mindsdb.com/anton/windows/anton-latest.exe)
- **macOS**: [anton-latest.pkg](https://downloads.mindshub.ai/anton/mac/anton-latest.pkg)
- **Windows**: [anton-latest.exe](https://downloads.mindshub.ai/anton/windows/anton-latest.exe)

See [Desktop app](/use/desktop) for more.

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/use/desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ workspaces — behind a graphical UI.

## Download

- **macOS**: [anton-latest.pkg](https://downloads.mindsdb.com/anton/mac/anton-latest.pkg)
- **Windows**: [anton-latest.exe](https://downloads.mindsdb.com/anton/windows/anton-latest.exe)
- **macOS**: [anton-latest.pkg](https://downloads.mindshub.ai/anton/mac/anton-latest.pkg)
- **Windows**: [anton-latest.exe](https://downloads.mindshub.ai/anton/windows/anton-latest.exe)

Run the installer and launch Anton like any other app. On first launch you
pick an LLM provider, just like the terminal flow — see
Expand Down
Loading