Products Features Documentation Launch Anubis

Your Personal AI, Everywhere

An AI assistant that truly understands you — across all your devices. Connect your digital life into a unified, searchable context that grows with you.

📱
📧
📄
🧠

Our Products

A unified ecosystem for intelligent data management

Live

ANUBIS

Personal AI Assistant

An AI that lives across all your devices. Access via Telegram, web, or API — your personal context follows you everywhere.

  • Multi-provider AI (OpenAI, Gemini, Grok, Venice)
  • Web, Telegram, API & more coming
  • 60+ built-in tools
  • Privacy-first, self-hostable
Coming Soon

POINTSNEPS

Personal Data Refinery

Transform raw files into structured intelligence. The OIASR pipeline organizes, identifies, analyzes, stores, and routes your data — locally and privately.

  • Local-first, privacy-centric processing
  • OIASR pipeline methodology
  • Entity extraction & knowledge graphs
  • Multi-agent specialized analysis
Learn More
Coming Soon

OBSIDIAN PLUGIN

Knowledge Graph Integration

Bridge your Obsidian vault with the iSneps ecosystem. Sync notes, query your knowledge base, and get AI-powered insights.

  • Bidirectional vault sync
  • AI-powered note queries
  • Automatic backlinks
  • Context-aware suggestions
Learn More

Why iSneps?

Built for developers who value control, privacy, and performance

Privacy-First

Your data stays yours. Self-hostable architecture with local-first processing options.

Multi-Provider AI

Choose your LLM. OpenAI, Gemini, Grok, Venice, or local Ollama models.

Real-Time Context

Continuous background processing keeps your AI up-to-date with your life.

OpenAI Compatible API

Drop-in replacement for your existing integrations with extended capabilities.

Smart Integrations

Telegram, Email, Home Assistant, Calendar, and more connected seamlessly.

Background Intelligence

Scheduled summaries, proactive insights, and automatic knowledge extraction.

Developer-First API

OpenAI-compatible REST API with extended capabilities. Multi-provider routing, context management, and file processing in one unified interface.

REST WebSocket Python SDK TypeScript SDK
View API Docs
example.py
import requests

response = requests.post(
    "https://api.isneps.com/api/chat",
    headers={"Authorization": f"Bearer {api_key}"},
    json={
        "user_id": "user123",
        "text": "What did I discuss with Sarah last week?"
    }
)
print(response.json()["text"])