Files
scarf/index.html
T
2026-04-16 18:09:32 -07:00

25 lines
684 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Scarf</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { font-family: -apple-system, system-ui, sans-serif; max-width: 40rem; margin: 4rem auto; padding: 0 1rem; color: #222; }
a { color: #0969da; }
</style>
</head>
<body>
<h1>Scarf</h1>
<p>A native macOS companion app for the Hermes AI agent.</p>
<p>
Downloads and release notes live on the
<a href="https://github.com/awizemann/scarf/releases">GitHub releases page</a>.
</p>
<p>
The Sparkle auto-update feed is at
<a href="appcast.xml">appcast.xml</a>.
</p>
</body>
</html>