Skip to content

v1.9.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:42
· 51 commits to main since this release

trvl 1.9.2

AI travel agent — 55 MCP tools for flights, hotels, ground transport, price alerts. Free, no API keys.

Install

# One-liner
curl -fsSL https://github.com/MikkoParkkola/trvl/releases/download/v1.9.2/trvl_1.9.2_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar xz -C /usr/local/bin trvl

# Homebrew
brew install MikkoParkkola/tap/trvl

# Go
go install github.com/MikkoParkkola/trvl/cmd/trvl@v1.9.2

What's Changed

Changes

Full Changelog: v1.8.0...v1.9.2