Skip to content

v1.12.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 22:53
01d0f63

trvl 1.12.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.12.2/trvl_1.12.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.12.2

What's Changed

Changes

  • fix(ground): Rome2Rio beats Cloudflare via browser-fingerprint plus cookie fetch (MIK-6213) by @MikkoParkkola in #213

Full Changelog: v1.12.1...v1.12.2