Metadata-Version: 2.4
Name: barepanel
Version: 0.0.1
Summary: Installer for BarePanel, a self-hosted backend and operations panel that ships as one binary.
Project-URL: Homepage, https://barepanel.com
Project-URL: Source, https://github.com/barebasecms/barepanel
Project-URL: Issues, https://github.com/barebasecms/barepanel/issues
Author: BarePanel
License: MIT
License-File: LICENSE
Keywords: backend,mcp,panel,realtime,self-hosted
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Installation/Setup
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# BarePanel

A self-hosted backend and operations panel that ships as one binary: database, auth, storage,
realtime, email and deploy, operated by your agent over MCP.

**https://barepanel.com**

This repository holds the installer packages. The engine is a separate artifact with its own
licence; these are the small MIT programs that fetch and run it.

| Registry | Package |
| --- | --- |
| npm | `barepanel` |
| PyPI | `barepanel` |
| crates.io | `barepanel` |
| JSR | `@barepanel/barepanel` |

The engine has not been released yet, so every installer here reports that and exits zero rather
than pretending to install something. They are published now so the name resolves to this project
rather than to someone else's.

```
npx barepanel            # or: pipx run barepanel, cargo install barepanel
```

## Licence

MIT for the installers in this repository. The engine ships under the BarePanel License, a variant
of the Functional Source License (FSL-1.1-ALv2): every release you download stays yours under the
terms it shipped with, and becomes Apache 2.0 on its second anniversary.
