Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:08
· 52 commits to main since this release

trvl 1.10.0

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.10.0/trvl_1.10.0_$(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.10.0

What's Changed

Changes

Full Changelog: v1.9.2...v1.10.0