Developer Toolkit CLI
Create projects, manage dependencies, and perform system tasks with a single, powerful command-line tool.
curl -fsSL https://cli.infobits.io/install.sh | bashFeatures
Quick Commands
Use short aliases like 'i r' for run and 'i i' for install. Less typing, more productivity.
Package Manager Detection
Automatically detects npm, yarn, pnpm, bun, cargo, go, flutter, and more from your project.
Project Templates
Create new websites and apps from templates. Next.js, Flutter, and more with one command.
Cross-Platform
Works on macOS, Linux, and Windows. Same commands, same experience everywhere.
System Utilities
Clear DNS cache, set up aliases, and more system tasks without remembering complex commands.
Self-Updating
Keep your CLI up to date with a single command. No manual downloads needed.
Installation
Install infobits CLI with a single command. Choose your platform below.
curl -fsSL https://cli.infobits.io/install.sh | bashAfter installation, run infobits alias to set up the i shortcut.
Quick Start
Here are some common commands to get you started. All commands support the short i alias.
Run your project
Auto-detect package manager and run dev server
i rInstall dependencies
Install with the right package manager
i iCreate a website
Scaffold a new Next.js project
i c w --template nextjs --name my-siteCreate an app
Scaffold a new Flutter app
i c a --template flutter --name my-appClear DNS cache
Works on macOS, Linux, and Windows
i dns clearUpdate CLI
Get the latest version
i upSee all available commands
infobits --help