Skip to content
arrow_backBack to home

Terms of Service

Last updated: February 13, 2026

1. Overview

OmniRoute is a local-first AI API proxy router that operates entirely on your machine. It routes requests to multiple AI providers with load balancing, failover, and usage tracking.

2. User Responsibilities

  • You are solely responsible for managing your own API keys and credentials for third-party AI providers (OpenAI, Anthropic, Google, etc.).
  • You must comply with the terms of service of each AI provider whose API you access through OmniRoute.
  • You are responsible for the security of your local OmniRoute installation, including setting a password and restricting network access.

3. How It Works

OmniRoute acts as an intermediary proxy. API calls sent to OmniRoute are translated and forwarded to your configured AI providers. OmniRoute does not modify the content of your requests or responses beyond the necessary protocol translation.

4. Data Handling

  • All data is stored locally on your machine in a SQLite database.
  • OmniRoute does not transmit any data to external servers unless you explicitly enable cloud sync features.
  • Usage logs, API keys, and configuration are stored in ~/.omniroute/.

5. Disclaimer

OmniRoute is provided “as is” without warranty of any kind. We are not responsible for any costs incurred through API usage, service disruptions, or data loss. Always maintain backups of your configuration.

6. Open Source

OmniRoute is open-source software. You are free to inspect, modify, and distribute it under the terms of its license.

Questions? Visit our GitHub repository.