Yatko icon

Yatko

Yatko turns GitHub repository URLs into clean, platform-aware download links for public releases, with direct download and JSON endpoints.

Yatko

Overview

Yatko is a web service for clean downloads from public GitHub releases. It turns a repository path such as github.com/owner/repo into a Yatko link that resolves to the right release asset for the visitor’s operating system and architecture.

The product keeps the familiar GitHub-style repository shape while changing the domain. That allows a project to offer a landing page, a direct download link, or a JSON API endpoint for automation without requiring readers to navigate GitHub’s release interface first.

Core features

Domain swap for release links

Turn a GitHub repository URL into a clean download page on yatko.app using the same owner/repo path shape.

Platform-aware asset selection

Choose a download asset that matches the visitor’s operating system and architecture, instead of sending everyone to the same file.

Direct download redirects

Offer a direct download endpoint under /dl/ that redirects straight to the resolved binary.

Link API for automation

Expose a JSON endpoint under /api/link/ that returns the resolved download URL for CI jobs and scripts.

Repository download pages

Publish shareable landing pages that include release notes, release history, and all available assets for a project.

Asset browsing by platform

Show alternate assets and install options on product pages, including examples for Windows, macOS, and Linux builds when those assets exist.

Common use cases

  • README download links

    Publish one clean link in a README so readers can jump to a repository-specific download page instead of searching through GitHub release assets.

  • Platform-specific binary distribution

    Send end users straight to the correct binary for their device when you want a link that resolves by platform automatically.

  • Build and deployment automation

    Fetch the resolved URL as JSON in scripts or CI pipelines when an automated process needs the latest release asset.

  • Release page browsing

    Offer a shareable download page with release notes and all assets when you want users to compare options before downloading.

Pros and Cons

Pros

  • Provides a simple URL pattern that mirrors GitHub repository paths.
  • Can send visitors directly to an OS- and architecture-matched release asset.
  • Includes a JSON endpoint that is useful for CI pipelines and scripts.
  • Shows shareable project pages with release notes and asset lists, which can help users choose the right download.

Cons

  • The public sources do not confirm pricing, so buyers cannot evaluate cost from the available pages.
  • The documentation captured here is incomplete on selection rules, supported edge cases, and integration details beyond the shown URLs.
  • The product pages demonstrate public GitHub releases, but the available evidence does not describe private repository support.

FAQ

What does Yatko do?

Yatko takes a GitHub repository URL shape such as github.com/owner/repo and serves a clean download page or direct download link for the latest release asset that matches the visitor’s platform.

How do you use Yatko in practice?

The site shows a landing page at yatko.app/owner/repo, a direct redirect at yatko.app/dl/owner/repo, and a JSON link API at yatko.app/api/link/owner/repo for scripts and CI pipelines.

What kinds of repositories are supported?

Yatko is shown working with public repositories such as neovim/neovim, astral-sh/uv, cli/cli, and BurntSushi/ripgrep on the homepage and product pages.

Are there any documented limitations?

The source shows release pages with multiple assets and platform-specific downloads, but it does not document all selection rules, supported edge cases, or any account-based setup.

How is Yatko priced?

The pricing URL in the collected sources returned a 404, so the available evidence does not confirm pricing or plan details.

Quick Facts

Category
Developer Tool
Primary use
GitHub release download routing
Input pattern
github.com/owner/repo
Landing page format
yatko.app/owner/repo
Direct download format
yatko.app/dl/owner/repo
API format
yatko.app/api/link/owner/repo