import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Button } from '@/components/ui/button' import { Download, Monitor, Apple, Terminal, Shield, Cpu, HardDrive } from 'lucide-react' const platforms = [ { name: 'Windows', icon: Monitor, description: 'Windows 10/11 (64-bit)', filename: 'RemoteLink-Setup.exe', size: '45 MB', available: true, }, { name: 'macOS', icon: Apple, description: 'macOS 11+ (Apple Silicon & Intel)', filename: 'RemoteLink.dmg', size: '52 MB', available: true, }, { name: 'Linux', icon: Terminal, description: 'Ubuntu, Debian, Fedora, Arch', filename: 'remotelink-agent.AppImage', size: '48 MB', available: true, }, ] const features = [ { icon: Shield, title: 'Secure', description: 'End-to-end encryption for all connections', }, { icon: Cpu, title: 'Lightweight', description: 'Minimal system resource usage', }, { icon: HardDrive, title: 'Portable', description: 'No installation required on Windows', }, ] export default function DownloadPage() { return (
Install the agent on machines you want to control remotely. The agent runs in the background and enables secure connections.
{platform.filename}
{platform.size}
{feature.title}
{feature.description}
chmod +x remotelink-agent.AppImage