Euro Stack
Back

Get Started

Install the CLI and deploy your first app in minutes.

Install

curl -fsSL https://www.eyrun.dev/install.sh | bash copy

To update to the latest version:

eyrun update

Signup & Login

  1. Sign up or log in
    eyrun signup
    eyrun login
  2. Initialize your project

    Run this in your project directory. It walks you through selecting an account, naming your project, and configuring your VM.

    eyrun init
  3. Open the project dashboard

    After init, run eyrun to see your project status and deploy from here.

    eyrun
    Eyrun project dashboard
  4. Deploy

    Select "New deployment" from the dashboard, or run it directly. Build output streams to your terminal.

    eyrun deploy
    Eyrun deploy — build output

Commands

Command Description
eyrun Open the project dashboard
eyrun init Set up a new project in the current directory
eyrun deploy Deploy your project and stream the build output
eyrun logs View logs from the latest deployment
eyrun status Show VM status (name, URL, instance type, image)
eyrun tui Open the full account browser
eyrun login Log in to your account
eyrun signup Create a new account
eyrun update Update the CLI to the latest version

Account Browser

eyrun tui opens a full-screen terminal UI for browsing everything in your account:

Accounts → Projects → VMs → Actions

Eyrun TUI — account browser

From here you can deploy, view logs, or open any app across all your accounts and projects.

Select "Configure" from the dashboard to view your VM specs, status, and image details.

Eyrun — VM configuration

Deployments

View all past deployments, their status, and URLs. Select a deployment to see logs or open it in your browser.

Eyrun deployments view

Data Storage

The CLI stores your session locally:

macOS ~/Library/Application Support/eyrun/data.json
Linux ~/.local/share/eyrun/data.json
Windows %APPDATA%\eyrun\data.json