Licensing
Understanding the licensing model for Claudefast products and services.
Overview
Claudefast operates on a dual licensing model:
- Open Source Components: MIT licensed
- Premium Products: Commercial licenses
Open Source Components
Claude Code CLI
The Claude Code command-line interface is provided by Anthropic under their license terms. Claudefast provides:
- Documentation
- Frameworks
- Integration tools
- Support services
Community Contributions
All community-contributed components are MIT licensed:
MIT License
Copyright (c) 2024 Claudefast Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Commercial Products
claude-setup Framework
License Type: Commercial
Pricing: Per-seat or site license
What's Included
- Framework source code
- All agents and commands
- Documentation
- Updates for 1 year
- Email support
License Terms
- Single Developer: Use on unlimited projects
- Team License: Up to 10 developers
- Enterprise: Unlimited developers
- Redistribution: Not permitted
think-tool MCP Server
License Type: Subscription
Pricing: Monthly/Annual
License Tiers
Tier | Price | Features |
---|---|---|
Trial | Free (7 days) | Full features, limited time |
Pro | $49/month | Single user, all features |
Team | $39/month/user | 5+ users, shared history |
Enterprise | Custom | Custom deployment, SLA |
Usage Rights
- Install on unlimited machines
- Use in commercial projects
- Modify for internal use
- No redistribution
CodeRemote
License Type: Subscription
Pricing: Monthly/Annual
What's Covered
- Mobile interface access
- Server software
- Client applications
- Updates and patches
- Priority support
License Activation
Online Activation
# claude-setup
npm install @claudefast/claude-setup
claude-setup activate YOUR-LICENSE-KEY
# think-tool
think-tool license activate YOUR-LICENSE-KEY
Offline Activation
For air-gapped environments:
-
Generate machine ID:
claude-setup machine-id > machine.txt
-
Get activation code from portal
-
Activate offline:
claude-setup activate --offline activation.txt
License Management
Portal Access
Manage licenses at: app.claudefast.com/licenses
Features:
- View active licenses
- Add/remove seats
- Download invoices
- Transfer licenses
Team Management
For team licenses:
# Add team member
claude-setup team add user@example.com
# Remove team member
claude-setup team remove user@example.com
# List team
claude-setup team list
Compliance
Usage Tracking
Commercial products include telemetry for:
- License compliance
- Feature usage (anonymous)
- Error reporting (opt-in)
Disable telemetry:
{
"telemetry": {
"enabled": false
}
}
Audit Logs
Enterprise licenses include audit capabilities:
# Generate audit report
claude-setup audit --from 2024-01-01 --to 2024-01-31
Upgrades & Renewals
Upgrade Path
From | To | Process |
---|---|---|
Trial | Pro | Enter payment method |
Pro | Team | Pay difference, prorated |
Team | Enterprise | Contact sales |
Renewal
- Auto-renewal: Default for subscriptions
- Manual renewal: Available in portal
- Grace period: 30 days after expiration
- Data retention: 90 days after expiration
Educational & Non-Profit
Educational Discount
50% discount for verified educational institutions:
- Students (with .edu email)
- Teachers and professors
- Academic research
- Classroom use
Non-Profit Discount
30% discount for registered non-profits:
- 501(c)(3) organizations
- International equivalents
- Open source projects
Application Process
- Apply at: claudefast.com/education
- Provide verification
- Receive discount code
- Valid for 1 year
Transferability
License Transfer
Licenses can be transferred:
- Between machines (unlimited)
- Between users (with approval)
- Between companies (Enterprise only)
Transfer process:
# Deactivate on old machine
claude-setup deactivate
# Activate on new machine
claude-setup activate YOUR-LICENSE-KEY
Restrictions
- No resale of licenses
- No sharing between organizations
- No public distribution
- No competitive use
Support
Included Support
License | Support Level |
---|---|
Trial | Community forums |
Pro | Email (48h response) |
Team | Email (24h response) |
Enterprise | Phone + dedicated channel |
Additional Support
- Priority Support: $199/month
- Consulting: $250/hour
- Training: Custom pricing
- Implementation: Project-based
FAQ
Can I use these in client projects?
Yes, commercial licenses allow use in client projects. The license follows the developer, not the project.
What happens when my license expires?
- Subscription: Reverts to read-only mode
- Perpetual: Continues working, no updates
- Grace period: 30 days to renew
Can I modify the source code?
Yes, for internal use. Redistribution of modifications is not permitted.
How many machines can I use?
Licenses are per-developer, not per-machine. Install on all your development machines.
What about CI/CD servers?
CI/CD usage is included. No additional licenses needed for automated systems.
Can I get a trial extension?
Contact sales@claudefast.com with your use case for consideration.
Legal
Terms of Service
Full terms at: claudefast.com/terms
Key points:
- No warranty provided
- Limitation of liability
- Governing law: Delaware, USA
- Dispute resolution: Arbitration
Privacy Policy
Full policy at: claudefast.com/privacy
Export Compliance
Products may be subject to export restrictions. Users responsible for compliance with local laws.
Contact
- Sales: sales@claudefast.com
- Licensing: licenses@claudefast.com
- Legal: legal@claudefast.com
- Support: support@claudefast.com