Skip to content

FrozenProductions/Comet

Repository files navigation

Caution

Using Roblox executors may result in your account being banned. Use at your own risk. The developers are not responsible for any consequences.

Comet

Comet

A modern, minimalist interface for Hydrogen executor developed with Tauri.

✨ Preview

Comet Editor Comet Settings Comet Scripts Library Comet Auto Execute Comet Fast Flags Comet command palette

πŸ“š Documentation

For detailed information about features, setup, and development, check out our documentation.

πŸš€ Getting Started

Install the ready application

# One-line installation
curl -s https://www.comet-ui.fun/api/v1/installer | bash

Build from source

# Clone the repository
git clone https://github.com/FrozenProductions/Comet.git

# Navigate to the directory
cd Comet

# Install dependencies
npm install

# Start development
npm run tauri:dev

# Build for production
npm run tauri:build:universal

πŸ“„ License

MIT License - See LICENSE for details