Skip to main content

Self-Hosted AI Companion Platform

Project description

Familiar

Self-hosted AI agent with Signal-grade encryption

Version Python License


Quick Start

Install from PyPI

pip install familiar-agent[llm]
export ANTHROPIC_API_KEY="sk-ant-..."   # or OPENAI_API_KEY
python -m familiar

Run from source

git clone https://github.com/omegcrash/familiar.git
cd familiar/familiar
./run.sh

run.sh auto-detects your setup. If you have Ollama installed, it uses local AI (free, private). If you set an API key, it uses Claude or GPT instead.

That's it. No Docker, no databases, no config files needed.

Setup Wizard

For a guided setup experience, use the onboarding wizard:

python -m familiar --onboard          # CLI wizard (step-by-step)
python -m familiar --onboard-tui      # Rich terminal UI (keyboard-navigable)
python -m familiar --reconfigure      # Re-run setup to change settings

The wizard auto-detects your LLM providers (Anthropic, OpenAI, Gemini, Ollama), lets you configure channels (Telegram, Discord, Matrix, WhatsApp, Signal, iMessage, Teams, CLI), sets up encryption, and sends a test message — all in under 5 minutes. A web-based version is also available at /onboard on the dashboard.

See docs/CHANNELS.md for per-channel setup instructions.

To run the web wizard from another device on your LAN (e.g. setting up a Raspberry Pi from your laptop):

FAMILIAR_ONBOARD_LAN=1 python -m familiar --dashboard
# Then open http://<pi-ip>:5000/onboard from your laptop

What Is Familiar?

A self-hosted AI agent that runs on your machine — from a Raspberry Pi to a workstation. Talk to it through CLI, Telegram, Discord, Matrix, Teams, or the web dashboard. It remembers context, executes tools, manages your calendar, reads your email, controls GPIO pins, and browses the web.

Everything is encrypted locally. Your conversations never leave your hardware unless you choose a cloud LLM provider.

Features

  • Multi-provider LLM — Claude, GPT, or local models via Ollama (llama3.2, deepseek-r1, qwen2.5, mistral, gemma3, phi3)
  • 50+ skills — email, calendar, browser, knowledge base, tasks, GPIO, voice, documents, Nextcloud, Gitea, Jellyfin, and more
  • Signal-grade encryption — Double Ratchet secure transport, sessions and memory encrypted at rest
  • Multi-channel — CLI, Telegram, Discord, Matrix, Teams, web dashboard, Signal, iMessage, WhatsApp, SMS
  • Raspberry Pi optimized — runs on 4GB Pi with local Ollama models
  • Multi-device mesh — connect multiple Familiar instances with encrypted peer-to-peer networking
  • HIPAA-ready — compliance mode with audit logging and PHI detection
  • Task hints & eval metrics — context-aware task suggestions, CI evaluation with cost tracking
  • Self-hosted email server — built-in SMTP/IMAP server for fully self-hosted email

Advanced Installation

For running as a system daemon, Pi optimization, or full dependency install:

# Full install with all extras
pip install familiar-agent[full]

# Pi-specific with Ollama optimization
./familiar/scripts/install-pi.sh --with-ollama

# Nonprofit preset (email, calendar, tasks)
./familiar/scripts/install-pi.sh --nonprofit

See docs/INSTALL.md for detailed options.


Configuration

Copy and edit the sample config:

cp config.sample.yaml ~/.familiar/config.yaml

Key settings:

llm:
  default_provider: anthropic     # or openai, ollama
  anthropic_model: claude-sonnet-4-6
  ollama_model: llama3.2

agent:
  name: Familiar
  memory_enabled: true
  skills_enabled: true

security:
  encrypt_sessions: true
  encrypt_memory: true

Project Structure

familiar/
├── pyproject.toml           # Package config (pip install -e .)
├── familiar/
│   ├── run.sh               # Quick start script
│   ├── __main__.py          # CLI entry point
│   ├── core/                # Agent, providers, memory, mesh, secure transport
│   ├── channels/            # CLI, Telegram, Discord, Matrix, Teams, etc.
│   ├── skills/              # 50+ built-in skills
│   ├── dashboard/           # Web dashboard
│   ├── admin/               # Admin panel
│   ├── onboard/             # Google Workspace setup wizard
│   ├── docs/                # Documentation
│   └── scripts/             # Install scripts + dev tools

License

MIT — Copyright (c) 2026 George Scott Foley

See LICENSE for full text.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

familiar_agent-1.14.64.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

familiar_agent-1.14.64-py3-none-any.whl (2.2 MB view details)

Uploaded Python 3

File details

Details for the file familiar_agent-1.14.64.tar.gz.

File metadata

  • Download URL: familiar_agent-1.14.64.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for familiar_agent-1.14.64.tar.gz
Algorithm Hash digest
SHA256 ee1664a666758ccb51080d7129a599b4ddd3495c07410e8fabb919f4057e17a4
MD5 15bbf99dd40299cbd28d8a4ea3b7b99d
BLAKE2b-256 e33732a5cebadac55f9394d0fd1f4806815bcf66a2df1e35767e3ba3d066910a

See more details on using hashes here.

File details

Details for the file familiar_agent-1.14.64-py3-none-any.whl.

File metadata

File hashes

Hashes for familiar_agent-1.14.64-py3-none-any.whl
Algorithm Hash digest
SHA256 42aab1315d3dd732d647fa23718e21fc2d591c39b086271488792b85bb8641c5
MD5 e1ff4f0121276513db8e4d9df68b815a
BLAKE2b-256 2beceacd9e056a06c32e64fdb56e49395f6aac486e74be3aa83e9a6ba66b3b1d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page