Metadata-Version: 2.4
Name: omnara
Version: 1.7.2
Summary: Deprecated PyPI redirect for Omnara. Install the current CLI with curl -fsSL https://omnara.com/install.sh | bash.
Author-email: Omnara <contact@omnara.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://omnara.com
Project-URL: Documentation, https://docs.omnara.com
Project-URL: Current CLI Installer, https://omnara.com/install.sh
Keywords: omnara,cli,deprecated,installer,ai,agents
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Omnara PyPI Package Deprecated

The `omnara` package on PyPI is deprecated.

Omnara is now distributed as a standalone CLI and desktop app. Install the current Omnara CLI with:

```bash
curl -fsSL https://omnara.com/install.sh | bash
```

Then run Omnara from a git repository:

```bash
omnara
```

On native Windows PowerShell, use:

```powershell
irm https://omnara.com/install.ps1 | iex
```

This PyPI package is only a compatibility redirect for users who find old `pip install omnara`, `pipx install omnara`, or `uv tool install omnara` instructions.

It does not contain the current Omnara CLI, SDK, backend, MCP server, or agent runtime.

Links:

- Website: https://omnara.com
- Docs: https://docs.omnara.com
- Current CLI installer: https://omnara.com/install.sh
