Paxter connector for Hermes — bridges your Hermes agent to the Paxter app over an end-to-end-encrypted relay. Outbound-only: nothing is exposed on your machine.
Project description
Paxter connector (Hermes plugin)
Connects your self-hosted Hermes Agent to the Paxter mobile app — privately, with nothing exposed on your machine.
It runs as a Hermes platform plugin inside your hermes gateway: it dials out to the Paxter relay (MQTT over TLS), so there's no inbound port, no public URL, and no tunnel to set up. Works behind NAT, on a VPS, or over SSH/tmux.
Install
pip install usepaxterapp
hermes plugins enable paxter
hermes config set platforms.paxter.extra.pairing_code <CODE> # from the Paxter app
hermes gateway restart
pip install usepaxterapp pulls the package from PyPI; Hermes auto-discovers it
via the hermes_agent.plugins entry point, and hermes plugins enable paxter
turns it on. In the Paxter app: Connect → Hermes to get your one-time pairing
code. Update later with pip install --upgrade usepaxterapp.
How it works
Paxter app → paxter-gateway (backend) → MQTT broker → this plugin → your Hermes agent
- The plugin trades the one-time pairing code for a short-lived JWT (scoped by the broker to only your own topics) and a broker URL, cached in
~/.hermes/paxter/connection.json. - Incoming app messages arrive on
paxter/{userId}/{connectorId}/req; the plugin dispatches them to your local agent and publishes replies on.../res. - The agent runs on your machine and your model bill — Paxter never sees your agent's key.
Security
- Outbound-only: no inbound port is opened.
- The JWT pins this connector to its own two topics — it can never read another user's traffic.
- Revocable from the Paxter app (the backend refuses to re-issue the JWT).
Files
pyproject.toml— PyPI packaging + thehermes_agent.pluginsentry point.usepaxterapp/__init__.py— exposesregister(ctx)(the plugin entry point).usepaxterapp/adapter.py— theBasePlatformAdapterimplementation (MQTT bridge).
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file usepaxterapp-0.1.0.tar.gz.
File metadata
- Download URL: usepaxterapp-0.1.0.tar.gz
- Upload date:
- Size: 47.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ae82cf17bf3c078bbd321888ed9296373279418f987186bc9ac27f03b56fde
|
|
| MD5 |
43ab97d46554c2bba03d245ed5efd745
|
|
| BLAKE2b-256 |
8b0f1c5eb7e0660520dc95b9263fc2939d03601fe7d9ab9f5234609e0c972b30
|
File details
Details for the file usepaxterapp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: usepaxterapp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 47.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95b22093872ce7c55e018f735fb15d94166eaca81cf53fa73d9fd8296c3236aa
|
|
| MD5 |
b8c94f75b57c4b441b015c77078b972b
|
|
| BLAKE2b-256 |
17e4e963eefa62244f75ddfc7e1034bc200364e837bc66d2108b2b2b5ea3fd75
|