Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
<img src="./src/icon.png" width="96" alt="Familiar icon" />
</p>

<h1 align="center">Familiar: Invite AI to sit next to you.</h1>
<h1 align="center">Familiar: Let AI update itself.</h1>

<p align="center">
<a href="https://github.com/familiar-software/familiar/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-GPL--3.0-blue" alt="GPL-3.0 License" /></a>
</p>

Familiar turns everything on your screen and clipboard into context for your existing AI.

Free, open source, and offline. Nothing leaves your machine.
Familiar watches you work so your AI can create its own skills and update its knowledge. Free, open source, local, and offline.

## Website

Expand All @@ -28,7 +26,7 @@ Free, open source, and offline. Nothing leaves your machine.

```bash
git clone https://github.com/familiar-software/familiar.git
cd familiar/code/desktopapp
cd familiar
npm install
npm start
```
Expand Down
Loading