import { Card, CardHeader, CardTitle, CardContent } from "@/components/ui/card"; const AGENT_VERSION = "0.3.8"; const AGENT_BIN_NAME = "studioE5-agent"; export const dynamic = "force-dynamic"; export default function DownloadPage() { return (

Téléchargements Agent

Version actuelle : {AGENT_VERSION}

Windows (.exe)

Agent studioE5 pour Windows (64 bits). Nécessite Tailscale installé séparément ou les binaires dans tailscale-bin/windows/.

Télécharger (.exe)
Windows (archive)

Archive complète incluant l'agent, Tailscale et le README Windows.

Télécharger (.zip)
Linux

Agent studioE5 pour Linux (64 bits).

Télécharger (Linux)
); }