Skip to content

Commit 5394972

Browse files
DavidsonGomesclaude
andcommitted
docs: remove licensing reference page
The licensing docs page should not exist as a public documentation page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fbe25b1 commit 5394972

3 files changed

Lines changed: 1 addition & 119 deletions

File tree

docs/llms-full.txt

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -5369,67 +5369,6 @@ These are populated automatically when you connect accounts through the dashboar
53695369
Google Calendar and Gmail are connected via MCP servers configured in Claude Code settings, not through `.env` variables.
53705370

53715371

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:
5427-
5428-
```bash
5429-
make licensing
5430-
```
5431-
5432-
54335372
---
54345373

54355374
# Makefile Reference

docs/reference/licensing.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)