aikey-labs
v1.0.4
Published
AiKey-Labs: Official top-level package for professional AI key management ecosystem
Maintainers
Readme
aikey-labs
AiKey-Labs Official Top-Level Package
Professional AI key management ecosystem - local-first, secure, open-source
🏢 Brand Information
- Top-level package:
aikey-labs(globally unique on npm) - Organization scope:
@aikey-labs(exclusive organization namespace) - Owner: aikey-founder [email protected]
- Website: aikeylabs.com
- GitHub: github.com/AiKey-Labs
📦 Package Ecosystem
Top-Level Package
- aikey-labs - Main brand package (this package)
Scoped Packages
- @aikey-labs/core - Core encryption & key management library
- (More packages coming soon)
🚀 What is AiKey-Labs?
AiKey-Labs is a professional AI key management ecosystem that provides:
- 🔐 Military-grade encryption (AES-256-CBC)
- 🏠 Local-first architecture (zero server trust)
- 🌐 Cross-platform support (Browser extension, CLI tools)
- 🔑 Multi-provider support (OpenAI, Anthropic, Google AI, and more)
- 🛡️ Privacy-focused (no telemetry, no tracking)
- 📖 Open-source (MIT License)
📥 Installation
npm install aikey-labsOr use the scoped core package:
npm install @aikey-labs/core📖 Usage
const aikeyLabs = require('aikey-labs');
console.log(aikeyLabs.getInfo());
// {
// name: 'aikey-labs',
// version: '1.0.4',
// organization: 'AiKey-Labs',
// website: 'https://aikeylabs.com'
// }🔗 Links
- Website: aikeylabs.com
- npm Organization: @aikey-labs
- GitHub Organization: github.com/AiKey-Labs
- Documentation: github.com/AiKey-Labs/aikey-labs
- Issues: github.com/AiKey-Labs/aikey-labs/issues
📄 License
MIT License - see LICENSE for details
🤝 Contributing
Contributions are welcome! Please read our Contributing Guidelines first.
📧 Contact
- Email: [email protected]
- GitHub: @aikey-founder
- npm: npmjs.com/~aikey-founder
Made with ❤️ by AiKey-Labs Team
