Installation
Ramadan CLI can be installed globally on your system or run on-demand with npx. Choose the method that works best for your workflow.Requirements
Ramadan CLI requires Node.js 20 or higher. Check your version with
node --version.Quick Run (No Install)
The fastest way to try Ramadan CLI is with npx:Global Installation
For regular use, install Ramadan CLI globally to access it from anywhere in your terminal.Verify Installation
Check that Ramadan CLI is installed correctly:6.1.0).
Available Aliases
After installation, you can use any of these commands interchangeably:roza
ramadan-cli
ramadan
ramzan / ramazan
All aliases run the exact same program. Use whichever feels most natural to you.
Agent Installation
If you’re using Ramadan CLI with AI coding agents, you can install it as a skill package:Update to Latest Version
To update an existing global installation:Uninstall
To remove Ramadan CLI from your system:Installation Troubleshooting
Command not found after installation
Command not found after installation
If you see
command not found: roza after installing:-
Check your PATH: Global npm packages need to be in your PATH
The
bindirectory inside this path should be in your PATH. - Restart your terminal: Close and reopen your terminal window.
-
Use npx instead: If PATH issues persist, use npx:
Permission errors on macOS/Linux
Permission errors on macOS/Linux
If you get Option 2: Fix npm permissionsAvoid using sudo: Using
EACCES permission errors:Option 1: Use a Node version manager (recommended)sudo npm install -g can cause permission issues later.Node.js version too old
Node.js version too old
Ramadan CLI requires Node.js 20 or higher. To upgrade:Using nvm (recommended):Direct download: Visit nodejs.org and download the LTS version.
Slow installation
Slow installation
If installation is taking too long:
- Check your internet connection: npm needs to download packages
- Try a different registry: Some regions have faster mirrors
- Clear npm cache:
Platform-Specific Notes
- macOS
- Linux
- Windows
Recommended setup:The CLI works great with macOS terminal apps like Terminal.app, iTerm2, and Warp.
Next Steps
Now that you have Ramadan CLI installed, let’s run it for the first time:Quick Start Guide
Learn how to run your first command and complete the interactive setup