⭐ If you find this useful, a star helps others discover it
Version: 2.0.6.0 (The Integrity Release)
Status: Active Specification
Category: Author-Defined Licensing Protocol
Website: aliyev.site/rcf
- 🛡️ Sovereign Code Initiative: New manifesto and technical whitepaper for v2.0.6.
- 📦 SDK Parity: Version 2.0.6.0 synchronized across NPM (
rcf-protocol) and PyPI (rcf-cli). - 📝 Documentation Update: Detailed audit usage guides added to SDK READMEs.
RCF (Restricted Correlation Framework) is an author-defined licensing protocol designed to protect intellectual property in the age of automated extraction and AI/ML mass replication. RCF-protected works are subject to protection under the Berne Convention and national copyright laws. The RCF-PL v2.0.6 license serves as a conditional grant of visibility rights. It creates a clear legal and technical boundary between Visibility and Usage Rights.
| Action | Status | Description |
|---|---|---|
| 👀 Visibility | ✅ ALLOWED | Reading, studying, and auditing the code or methodology. |
| 🚀 Usage | ❌ RESTRICTED | Implementing, replicating, or automating extraction. |
Traditional open-source licenses fail to protect against modern threats. RCF provides a modular "Defense in Depth" approach:
- 🤖 AI/ML Resistance: Explicitly blocks unauthorized training on proprietary methodologies.
- 🕷️ Anti-Extraction: Prevents automated harvesting of correlation logic.
- Visible Source: Allows manual audit and study (unlike closed source).
- ⚡ Self-Enforcing: Rights terminate automatically upon violation.
RCF use semantic markers to define protection levels at the block or file level:
[RCF:PUBLIC]— Architecture and public concepts. Safe to discuss.[RCF:PROTECTED]— Core methodology. Visible but not replicable.[RCF:RESTRICTED]— Highly sensitive implementation. Minimal rights.[RCF:NOTICE]— Triggers requirement for adjacent legal notice.
RCF enables new paradigms for monetization and asset protection while maintaining ecosystem openness.
The "Protected Core — Open Edge" model allows you to distribute open, accessible tools while monetizing the execution engine:
- Open SDK ([RCF:PUBLIC]): Provide a free, open-source SDK for developers to build extensions, plugins, or integrations (e.g., smart home plugins).
- Protected Core ([RCF:RESTRICTED]): The core execution engine (e.g., A-VM) remains restricted. To run the extensions quickly and securely, users or enterprise clients must purchase License Keys for the restricted core.
Independent developers and small studios are vulnerable to IP theft and unauthorized AI extraction. RCF-Audit as a Service lets you act as a protection consultant:
- Offer: "AI is extracting your code. We will implement the RCF-protocol, mark your proprietary assets, and provide cryptographic audit capabilities."
- Action: Use the
rcf-cli audittool to generate an immutableRCF-AUDIT-REPORT.jsoncontaining SHA-256 hashes of all protected methodologies, creating a verifiable snapshot of ownership.
Pricing:
- RCF-Audit Personal: $19 (one-time per project)
- RCF-Audit Professional: $99/year (unlimited)
Visit aliyev.site/rcf to obtain a license.
Note: The
auditcommand is a Premium Feature that requires anRCF-AUDITLicense Key.
- Setup: Copy template files from
IMPLEMENTATION/TEMPLATES/. - Define: Identify core methodologies in your code.
- Mark: Annotate blocks with RCF markers. See
CODE-MARKERS.md. - Deploy: include
NOTICE.mdin your repository root.
RCF is specialized for dOS environments (like Aurora Access). See the dOS Adoption Guide for kernel-level implementation examples.
We provide official Command Line Interfaces to verify compliance in your projects, available in both TypeScript/Node.js and Python ecosystems.
Install the TypeScript/JavaScript package globally to use the CLI from anywhere:
npm install -g rcf-protocolOr use it instantly via npx:
npx rcf-cli .Install the Python SDK globally or in your virtual environment:
pip install rcf-cli# Initialize RCF protections in your project (generates NOTICE.md & .rcfignore)
rcf-cli init --project "MyApp" --author "Your Name"
# Scan a directory for RCF compliance
rcf-cli .
# Generate a premium RCF-Audit cryptographic report (Requires License Key)
rcf-cli audit . --license-key RCF-AUDIT-XXXXXX
# Or via environment variable:
# RCF_LICENSE_KEY=RCF-AUDIT-XXXXXX rcf-cli audit .
# Verify project integrity against the audit report (Detects tampering)
rcf-cli verify .
# Generate a JSON report
rcf-cli . --format json
# Show summary only
rcf-cli . --summary| Directory | Description | Key Documents |
|---|---|---|
| SPECIFICATION/ | Technical protocol definition | RCF-SPEC, RCF-CORE |
| LEGAL/ | Legal framework and basis | LEGAL, JURISDICTION |
| IMPLEMENTATION/ | Practical adoption tools | MARKERS, MEASURES |
| ADOPTION/ | Guides for project authors | ADOPTION-GUIDE, FAQ |
| GOVERNANCE/ | Protocol evolution | GOVERNANCE, VERSIONING |
| EXAMPLES/ | Reference implementations | Py-Example, C-Kernel-Example |
RCF provides specialized measures for dOS to ensure kernel transparency while protecting unique scheduling and data fusion algorithms. 👉 Read dOS Supplemental Guide
- Website: aliyev.site/rcf
- Contact: aladdin@aliyev.site
- Projects: Aurora Access, Aliyev OSINT
© 2026 Aladdin Aliyev
All rights reserved under RCF Protocol License v2.0.6