-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (62 loc) · 2.59 KB
/
Copy pathindex.html
File metadata and controls
74 lines (62 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0DGBJJQSNT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0DGBJJQSNT');
</script>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<title>Tome - a local LLM client with magical MCP support</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<div class="announcement-banner">
<div class="announcement-banner-inner">
<span>Taking MCP Further: Runebook is joining Keycard!</span>
<a href="https://blog.runebook.ai/taking-mcp-further-runebook-is-joining-keycard/" target="_blank" rel="noopener noreferrer">
Read the announcement →
</a>
</div>
</div>
<section id="content">
<header>
<img src="images/logo.png" alt="runebook" />
</header>
<main>
<div id="video">
<img src="images/screenshot.png" alt="runebook tome screenshot" />
</div>
<section id="download">
<img src="images/tome.png" alt="tome" />
<section id="desc">
<h2>A desktop LLM client with magical MCP support</h2>
<p id="tag">
Chat with an MCP-powered LLM in seconds using the LLM of your choice, no uv/npm or messy json configuration
files.
</p>
<a href="https://github.com/runebookai/tome/releases">
<p class="link">Download Tome</p>
<p id="reqs">MacOS or Windows + Ollama or any OpenAI API compatible provider</p>
</a>
<section id="socials">
<a href="https://github.com/runebookai/tome">
<img src="images/github.svg" alt="github" />
</a>
<a href="https://discord.gg/9CH6us29YA">
<img src="images/discord.svg" alt="github" />
</a>
<a href="https://bsky.app/profile/runebook.ai">
<img src="images/bluesky.svg" alt="bluesky" />
</a>
</section>
</section>
</section>
</main>
</section>
</body>
</html>