Install Everstart
Prefer the installer script for the best experience. Advanced users may use the DMG, but the script is recommended.
Recommended
curl -fsSL "https://everstart.pages.dev/install.sh" | bash
More download information (Automation, Alternatives)
Stable branch download
curl -fsSL "https://everstart.pages.dev/install.sh" | sudo bash -s -- stable
Beta branch download
curl -fsSL "https://everstart.pages.dev/install.sh" | sudo bash -s -- beta
Alternate command (process substitution)
bash <(curl -fsSL https://everstart.pages.dev/install.sh)
If installation fails after trying everything above, please submit a bug report in our Discord server.
Features
Multi-Executor Support
Seamlessly connect to Macsploit, Hydrogen, and Opiumware.
Real File System Integration
Edit scripts directly from your ~/Documents/Everstart
folder.
Monaco Editor
Syntax highlighting, autocompletion, and a professional editing experience.
Drag & Drop
Organize your scripts and folders with ease.
Customizable Panels
Switch between explorer, output, and more.
Roblox Log Viewer
View real-time logs from your executor.
Quick File Actions
Create, rename, delete, and move files/folders.
Show in Finder
Instantly locate your scripts in Finder.
Releases
View on GitHubView release notes at everstart.pages.dev
Building on your own
Clone the repository with Git
git clone https://github.com/peretashacking/everstart.git
cd everstart
npm install
npm run tailwind && npm run dev
npm run build