Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 753 Bytes

File metadata and controls

30 lines (24 loc) · 753 Bytes

Contributing to LinuxOS-AI

Help us build the world's first AI-native Operating System!

Quick Start

  1. Fork and clone the repository
  2. Install Node.js 18+
  3. Get Gemini API key from ai.google.dev
  4. Run: npm install && npm run build
  5. Set: export GEMINI_API_KEY="your-key"
  6. Run: ./aios

Contribution Areas

  • 🔧 AI Agents Development
  • 🎨 UI/UX Design
  • 📚 Documentation
  • 🧪 Testing & QA
  • 🔍 Research & Innovation

Development Process

  1. Create feature branch
  2. Follow TypeScript + ESLint standards
  3. Add tests for new features
  4. Update documentation
  5. Submit PR with clear description

See full guidelines in the repository for detailed information.


Ready to build the future? Start contributing! 🚀