Skip to content

Conversation

@salma-remyx
Copy link

This PR adds Remyx AI to arXiv Labs. Remyx AI reproduces the environments from research papers and packages them into pre-built Docker containers with all code and dependencies included.
Setting up research environments is often time-consuming and error-prone. Remyx AI reproduces and builds results into Docker containers that work out of the box. This integration checks if a Docker environment exists for the current paper. If one is available, it shows a simple interface where users can copy a docker command to run the environment locally.
The implementation:

  • Extracts the arXiv paper ID from the current URL
  • Checks for available Docker images (handling different paper versions)
  • Shows a clean interface with Docker Hub links and run commands
  • Falls back gracefully when no environment exists

The code follows the same patterns as other arXiv Labs integrations. Docker images are hosted publicly on Docker Hub under the remyxai organization.
When no environment exists for a paper, users can email contact@remyx.ai to request one. This helps us understand which papers the community wants to reproduce.

Preview of toggle view:
arxivlabs-remyx-docker-images

@salma-remyx salma-remyx changed the title Add RemyxAI Docker Environments to arXiv Labs Add Remyx AI Docker Environments to arXiv Labs Sep 17, 2025
@jazir555
Copy link

Essential for speeding up AI development, easily reproducible environments that require no manual tweaking will exponentially improve research velocity.

@jweiskoff jweiskoff requested a review from a team September 22, 2025 15:08
@jweiskoff jweiskoff added the Labs Requests around arXiv Labs label Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Labs Requests around arXiv Labs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants