Installation
Get Jataka installed and configured for your development environment. We support multiple installation methods to fit your workflow.System Requirements
Before installing Jataka, ensure your system meets these requirements:Operating System
- macOS 10.15+ (Catalina or later)
- Windows 10+ (64-bit)
- Ubuntu 18.04+ or equivalent
Required Software
- Node.js 18.0 or higher
- Git 2.20 or higher
- Salesforce CLI (optional)
Installation Methods
Method 1: NPM (Recommended)
Install Jataka globally using npm:Method 2: Download Binary
Download the appropriate binary for your system:Method 3: Docker
Use the official Jataka Docker image:Method 4: Source Installation
Install from source for development:Authentication
After installation, authenticate with Jataka:Salesforce Connection
Create Connected App
Click New Connected App and fill in:
- App Name: Jataka Integration
- API Name: Jataka_Integration
- Contact Email: your-email@company.com
Enable OAuth Settings:
- ✅ Enable OAuth Settings
- ✅ Enable for Device Flow
- Callback URL:
https://app.jataka.io/callback - OAuth Scopes:
api,refresh_token,web,full
Connect Your Org
IDE Integration
VS Code
Install the Jataka VS Code extension:Cursor
Configure Cursor MCP integration:JetBrains IDEs
Install the Jataka plugin from the JetBrains Marketplace:- Go to File → Settings → Plugins
- Search for “Jataka”
- Click Install and restart your IDE
Environment Setup
Environment Variables
Create a.env file in your project root:
Shell Configuration
Add Jataka to your shell profile for tab completion:Verification
Test your installation with these commands:Troubleshooting
Next Steps
🎉 Installation Complete! You’re ready to start using Jataka. Next steps:- Quickstart Guide - Run your first test
- Configuration - Set up your project
- API Reference - Explore the API
- Troubleshooting - Get help
Need Help? Join our Slack community or book a demo with our team.