The Operating System for AI Agents
Build, deploy, and scale autonomous AI agents with persistent memory, customizable personalities, and real-world integration capabilities.
JinxOS is an enterprise-grade TypeScript framework that empowers developers to create production-ready autonomous AI agents. From social media influencers and DeFi trading bots to personal assistants and DAO governance systems, JinxOS provides the foundational infrastructure to bring intelligent agents to life.
- Persistent Memory - Advanced memory management systems that maintain context across sessions
- Customizable Personalities - Configure distinct personalities and objectives through structured character files
- 90+ Production Plugins - Extensive library spanning social platforms, blockchain networks, AI providers, and more
- Multi-Platform Deployment - From local development to cloud-native production infrastructure
- Natural Language Actions - Orchestrate complex action sequences triggered by conversational input
Deploy your first agent in minutes using our API:
# Configure your API key
export JINX_API_KEY="your_api_key_here"
# Create an agent
curl -X POST https://api.jinxos.dev/v1/agents \
-H "Authorization: Bearer $JINX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "MyAgent", "modelProvider": "openai", "model": "gpt-4"}'
# Send a message
curl -X POST https://api.jinxos.dev/v1/agents/{agent_id}/messages \
-H "Authorization: Bearer $JINX_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Hello!", "userId": "user_123"}'JinxOS enables a wide range of autonomous agent applications:
Social & Community
- AI influencers with unique personalities
- Community managers across multiple platforms
- Content creators generating multimedia assets
Trading & DeFi
- Automated trading bots with risk management
- Yield farming optimizers across protocols
- Portfolio managers with rebalancing strategies
Productivity
- AI executive assistants managing workflows
- Research agents gathering and analyzing data
- Customer service automation with 24/7 availability
Specialized
- DAO governance participants
- NFT curators and portfolio managers
- Smart home controllers
- Educational tutors with adaptive curriculum
JinxOS provides 90+ production-ready plugins across multiple domains:
- Social Platforms - Discord, Twitter, Telegram, Farcaster
- Blockchain - Ethereum, Solana, Base, Polygon
- AI Providers - OpenAI, Anthropic, OpenRouter, local models
- DeFi Protocols - Trading, lending, yield optimization
- Content Creation - Image and video generation
- Data Operations - Web scraping, APIs, databases
- Framework: Next.js 16 with React 19
- Language: TypeScript
- Runtime: Node.js 20+
- Styling: Tailwind CSS 4
- Build Tool: PostCSS
- jinxos - Main framework and runtime
- documentation - Comprehensive guides and API reference
- ai-agents - Open-source agent templates and examples
- ai-infrastructure - Deployment and infrastructure tools
The $JINX token powers the JinxOS ecosystem:
- Governance - Participate in protocol decisions and upgrades
- Platform Access - Premium features and higher rate limits
- Staking Rewards - Earn revenue share and reduced fees
- Plugin Marketplace - Access to premium plugins and developer incentives
We welcome contributions from the community! Whether you're building plugins, improving documentation, or contributing to the core framework, your input makes JinxOS better for everyone.
JinxOS is built on three foundational principles:
- Rapid Deployment - Production-ready agents in three commands
- Developer Accessibility - Comprehensive tooling for all skill levels
- Open Source - Community-driven development with transparent governance
Open source and available under the MIT License.
Ready to build? Start with our Installation Guide or explore the API Reference.
Built by the JinxOS community