outrider v1.6Live on the GitHub Marketplace
// cli

Remyx from the command line

Recommendations and Outrider in your scripts and CI. The same engine that powers Studio, callable from your terminal.

$ pip install remyxai

// 01 common_commands

A few things you can run

papers digest
$ remyxai papers digest \
    --period today

Today's ranked recommendations across papers and repos, matched to your interests.

outrider init
$ remyxai outrider init \
    --repo owner/name \
    --auto-interest

Set Outrider on a repository and infer its research interest in one step.

Full CLI reference in the docs →

// 02 other_ways_in

Or reach the engine your way

studio

The visual interface for experiment outcomes, discovery, and projects. Open Studio →

mcp server

An AI-native interface for Claude Code and other MCP clients, at mcp.remyx.ai. MCP docs →

rest api

Programmatic access to experiments, recommendations, and projects. API reference →

github action

Outrider runs as a Continuous AI action on your repositories. About Outrider →

Put Remyx in your workflow

Install the CLI and get your first recommendation in minutes.