-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 3.16 KB
/
Copy pathindex.html
File metadata and controls
29 lines (29 loc) · 3.16 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="color-scheme" content="dark light" />
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="description" content="Local Studio by Sybil Solutions - local-first workstation for self-hosted LLM backends. Companion: KittyLitter." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Intelligence Should Be Owned - Local Studio by Sybil Solutions" />
<meta property="og:description" content="Local-first workstation for running and using self-hosted language-model backends." />
<meta property="og:image" content="https://localstudio.aiundefined" />
<meta property="og:url" content="https://localstudio.ai/" />
<link rel="canonical" href="https://localstudio.ai/" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link rel="alternate" type="text/markdown" href="/index.md" title="Markdown homepage" />
<link rel="alternate" type="text/markdown" href="/llms.txt" title="LLM reference" />
<link rel="describedby" type="text/markdown" href="/llms.txt" />
<link rel="api-catalog" href="/.well-known/api-catalog" type="application/linkset+json" />
<link rel="preload" href="/fonts/geist-sans.woff2" as="font" type="font/woff2" crossorigin />
<script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"Organization","name":"Sybil Solutions","description":"Software company building local-first AI products including Local Studio, KittyLitter, and Codex Shim.","url":"https://www.sybilsolutions.ai/","email":"sherif@sybilsolutions.ai","contactPoint":{"@type":"ContactPoint","email":"sherif@sybilsolutions.ai","contactType":"customer support","url":"https://localstudio.ai/contact"},"address":{"@type":"PostalAddress","name":"Sybil Solutions (online-first organization)","url":"https://www.sybilsolutions.ai/"},"sameAs":["https://sybilsolutions.ai","https://github.com/sybil-solutions","https://x.com/0xsero"]},{"@type":"SoftwareApplication","name":"Local Studio","url":"https://localstudio.ai/","applicationCategory":"DeveloperApplication","description":"Local-first macOS workstation for running and using self-hosted language-model backends.","operatingSystem":"macOS","license":"https://www.apache.org/licenses/LICENSE-2.0","downloadUrl":"https://github.com/sybil-solutions/local-studio/releases/latest/download/Local-Studio-arm64.dmg","publisher":{"@type":"Organization","name":"Sybil Solutions","url":"https://www.sybilsolutions.ai/"}},{"@type":"SoftwareApplication","name":"KittyLitter","url":"https://kittylitter.app/","applicationCategory":"DeveloperApplication","operatingSystem":"iOS, Android","isRelatedTo":{"@type":"SoftwareApplication","name":"Local Studio"}}]}</script>
<title>Intelligence Should Be Owned - Local Studio by Sybil Solutions</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>