A simple, modern package manager with beautiful terminal animations.
Install fract using curl:
curl -fsSL https://raw.githubusercontent.com/polardev-ui/fract/main/install.sh | bashOr with wget:
wget -qO- https://raw.githubusercontent.com/polardev-ui/fract/main/install.sh | bashInstall fract using PowerShell (run as Administrator):
iwr -useb https://raw.githubusercontent.com/polardev-ui/fract/main/install.ps1 | iexNote: After installation, restart your terminal for the PATH changes to take effect.
fract install <package-name>
# or
fract i <package-name>Install globally:
fract install <package-name> --global
# or
fract i <package-name> -gfract uninstall <package-name>
# or
fract remove <package-name>fract list
# or
fract lsfract search <query>fract update <package-name>fract self-updatecurl -fsSL https://raw.githubusercontent.com/polardev-ui/fract/main/uninstall.sh | bashiwr -useb https://raw.githubusercontent.com/polardev-ui/fract/main/uninstall.ps1 | iex- Cross-platform - Works on Linux, macOS, and Windows
- Beautiful terminal animations with custom progress indicators
- Fast package installation with parallel processing
- Simple and intuitive commands
- Local and global package support
- Live status updates during installation
- Package registry integration at fract.vercel.app
fract uses unique terminology:
- Fetching - Downloading packages
- Compiling - Processing packages
- Installed - Package ready to use
Built by Polar
MIT
```tsx file="" isHidden