mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 18:44:45 +00:00
25 lines
684 B
HTML
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>
|