Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions crates/modelrelay-cloud/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,17 +516,17 @@ <h3>Point Your SDK at ModelRelay</h3>
<h2 class="fade-in">Download the Desktop App</h2>
<p class="fade-in" style="text-align:center;color:#8b949e;font-size:1.1rem;max-width:600px;margin:0 auto 40px;">Run a ModelRelay worker from your system tray. No terminal needed &mdash; just install, configure, and go.</p>
<div class="steps" style="grid-template-columns:repeat(auto-fit,minmax(200px,1fr));">
<a href="https://github.com/ericflo/modelrelay/releases/download/desktop-v0.1.0/ModelRelay_0.1.0_amd64.deb" class="step fade-in" style="text-decoration:none;text-align:center;transition:border-color 0.2s,transform 0.15s;" onmouseover="this.style.borderColor='#7c3aed';this.style.transform='translateY(-2px)'" onmouseout="this.style.borderColor='#21262d';this.style.transform='none'">
<a href="https://github.com/ericflo/modelrelay/releases/download/desktop-v0.1.1/ModelRelay_0.1.1_amd64.deb" class="step fade-in" style="text-decoration:none;text-align:center;transition:border-color 0.2s,transform 0.15s;" onmouseover="this.style.borderColor='#7c3aed';this.style.transform='translateY(-2px)'" onmouseout="this.style.borderColor='#21262d';this.style.transform='none'">
<div style="font-size:2rem;margin-bottom:12px;">&#128039;</div>
<h3>Linux</h3>
<p style="font-size:0.85rem;">.deb &middot; .AppImage &middot; .rpm</p>
</a>
<a href="https://github.com/ericflo/modelrelay/releases/download/desktop-v0.1.0/ModelRelay_0.1.0_aarch64.dmg" class="step fade-in" style="text-decoration:none;text-align:center;transition:border-color 0.2s,transform 0.15s;" onmouseover="this.style.borderColor='#7c3aed';this.style.transform='translateY(-2px)'" onmouseout="this.style.borderColor='#21262d';this.style.transform='none'">
<a href="https://github.com/ericflo/modelrelay/releases/download/desktop-v0.1.1/ModelRelay_0.1.1_aarch64.dmg" class="step fade-in" style="text-decoration:none;text-align:center;transition:border-color 0.2s,transform 0.15s;" onmouseover="this.style.borderColor='#7c3aed';this.style.transform='translateY(-2px)'" onmouseout="this.style.borderColor='#21262d';this.style.transform='none'">
<div style="font-size:2rem;margin-bottom:12px;">&#63743;</div>
<h3>macOS</h3>
<p style="font-size:0.85rem;">.dmg (Apple Silicon)</p>
</a>
<a href="https://github.com/ericflo/modelrelay/releases/download/desktop-v0.1.0/ModelRelay_0.1.0_x64-setup.exe" class="step fade-in" style="text-decoration:none;text-align:center;transition:border-color 0.2s,transform 0.15s;" onmouseover="this.style.borderColor='#7c3aed';this.style.transform='translateY(-2px)'" onmouseout="this.style.borderColor='#21262d';this.style.transform='none'">
<a href="https://github.com/ericflo/modelrelay/releases/download/desktop-v0.1.1/ModelRelay_0.1.1_x64-setup.exe" class="step fade-in" style="text-decoration:none;text-align:center;transition:border-color 0.2s,transform 0.15s;" onmouseover="this.style.borderColor='#7c3aed';this.style.transform='translateY(-2px)'" onmouseout="this.style.borderColor='#21262d';this.style.transform='none'">
<div style="font-size:2rem;margin-bottom:12px;">&#128187;</div>
<h3>Windows</h3>
<p style="font-size:0.85rem;">.exe &middot; .msi</p>
Expand Down