You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/llms-full.txt
-61Lines changed: 0 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -5369,67 +5369,6 @@ These are populated automatically when you connect accounts through the dashboar
5369
5369
Google Calendar and Gmail are connected via MCP servers configured in Claude Code settings, not through `.env` variables.
5370
5370
5371
5371
5372
-
---
5373
-
5374
-
# Licensing
5375
-
5376
-
## Overview
5377
-
5378
-
EvoNexus includes a lightweight, privacy-first licensing system. On first setup, your instance registers once with Evolution Foundation's server. That's it — no heartbeats, no monitoring, no periodic pings.
5379
-
5380
-
## How It Works
5381
-
5382
-
### Registration
5383
-
5384
-
On first setup (`make setup`), your instance is silently registered with Evolution Foundation's licensing server. This happens once, automatically in the background — you don't need to enter a license key or create an account.
5385
-
5386
-
The registration creates a unique `instance_id` for your installation based on your machine's hardware fingerprint. This ID is stored locally in your database.
5387
-
5388
-
### What Data Is Sent (Once)
5389
-
5390
-
| Field | Description |
5391
-
|-------|-------------|
5392
-
| `instance_id` | Unique identifier for this installation (SHA-256 hash of hostname + MAC) |
5393
-
| `email` | Admin email (from setup) |
5394
-
| `name` | Admin name (from setup) |
5395
-
| `version` | EvoNexus version |
5396
-
| `geo` | Approximate location (country/city from IP, at registration time) |
5397
-
5398
-
### What It Does NOT Do
5399
-
5400
-
- **No heartbeats.** After registration, the system never phones home again.
5401
-
- **No monitoring.** No uptime tracking, no usage telemetry, no periodic pings.
5402
-
- **No feature gates.** If the licensing server is unreachable, everything works. There are no limitations, no expiration, no degraded mode.
5403
-
- **No workspace data.** Your files, conversations, agent memory, financial data, and integrations are never transmitted.
5404
-
- **No kill switch.** The server cannot remotely disable your instance.
5405
-
5406
-
## Free Tier
5407
-
5408
-
EvoNexus ships with a free tier that has no limitations. All agents, skills, routines, and dashboard features are available without paying anything.
5409
-
5410
-
The registration exists solely to help Evolution Foundation understand adoption — how many instances exist and where — which informs development priorities.
5411
-
5412
-
## Licensing API
5413
-
5414
-
The licensing server exposes an API that the `int-licensing` skill queries for aggregated telemetry data. This is used by the daily and weekly licensing routines to generate open source growth reports:
5415
-
5416
-
- Total registered instances
5417
-
- Geographic distribution
5418
-
- Version adoption rates
5419
-
5420
-
These reports help track the health and growth of the open source ecosystem.
5421
-
5422
-
## Configuration
5423
-
5424
-
Licensing is configured automatically during `make setup`. You don't need to configure anything manually.
5425
-
5426
-
To check your licensing status, use the dashboard's Integrations page or run:
0 commit comments