Skip to content

Releases: anvai-labs/victor

Victor Rust crates v0.8.0

Choose a tag to compare

@vjsingh1984 vjsingh1984 released this 21 Aug 23:49
382eb83

First public release of Victor's modular Rust runtime crates.

Published packages:

The crates are published in dependency order. victor-edge is the standalone edge runtime and binary; victor-protocol, victor-state, and victor-tools are its reusable modules. victor_native remains part of the Python/PyPI release lane and is not published to crates.io.

Verification:

  • GitHub Actions publishing run completed successfully
  • all four crates are indexed and not yanked
  • cargo install victor-edge --version 0.8.0 --locked succeeded from the public registry

Victor v0.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 23:42
c9736e4

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.9.0

Using pipx (isolated environment)

pipx install victor-ai==0.9.0

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.9.0
docker run -it --rm vjsingh1984/victor-ai:0.9.0

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.8.4

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:40
5711b99

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.8.4

Using pipx (isolated environment)

pipx install victor-ai==0.8.4

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.8.4
docker run -it --rm vjsingh1984/victor-ai:0.8.4

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.8.3

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:30
69ba6b6

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.8.3

Using pipx (isolated environment)

pipx install victor-ai==0.8.3

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.8.3
docker run -it --rm vjsingh1984/victor-ai:0.8.3

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.8.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 01:57
65f8d61

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.8.2

Using pipx (isolated environment)

pipx install victor-ai==0.8.2

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.8.2
docker run -it --rm vjsingh1984/victor-ai:0.8.2

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.8.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:16
c68187f

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.8.1

Using pipx (isolated environment)

pipx install victor-ai==0.8.1

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.8.1
docker run -it --rm vjsingh1984/victor-ai:0.8.1

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.8.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 16:06
5fb849d

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.8.0

Using pipx (isolated environment)

pipx install victor-ai==0.8.0

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.8.0
docker run -it --rm vjsingh1984/victor-ai:0.8.0

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.7.8

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:36
4d5d3ce

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.7.8

Using pipx (isolated environment)

pipx install victor-ai==0.7.8

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.7.8
docker run -it --rm vjsingh1984/victor-ai:0.7.8

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.7.7

Choose a tag to compare

@github-actions github-actions released this 19 Jul 04:06
54422ff

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.7.7

Using pipx (isolated environment)

pipx install victor-ai==0.7.7

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.7.7
docker run -it --rm vjsingh1984/victor-ai:0.7.7

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt

Victor v0.7.6

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:39
19bc5de

What's Changed

Installation

Using pip (recommended)

pip install victor-ai==0.7.6

Using pipx (isolated environment)

pipx install victor-ai==0.7.6

Using Homebrew (macOS/Linux)

brew install vijayksingh/tap/victor

Using Docker

docker pull vjsingh1984/victor-ai:0.7.6
docker run -it --rm vjsingh1984/victor-ai:0.7.6

Platform Binaries

Platform Architecture Download
macOS ARM64 (M1/M2/M3/M4) victor-macos-arm64.tar.gz
Windows x64 victor-windows-x64.zip
Linux x64 / ARM64 Use pip install victor-ai (native wheels available)

Verification

Verify downloads using checksums in checksums.txt:

sha256sum -c checksums.txt