Thanks to visit codestin.com
Credit goes to github.com

Skip to content

repyh/strobe

Repository files navigation

Strobe - Download Manager

Download Manager Logo

TypeScript Electron React Status

A modern, cross-platform download manager built with Electron and React.

⚠️ PREVIEW VERSION: This application is currently in development state and not ready for production use. You're welcome to build and try it out, but expect bugs and incomplete features. Feedback and contributions are appreciated!

Strobe Preview Screenshot

✨ Features

  • 📥 Download files from the web with ease
  • 🚀 Accelerated downloads with multi-connection downloading
  • 📊 Monitor download
  • 🔔 Notification when downloads complete

🔨 In-development

  • Pause and resumes.
  • Concurrent downloads.
  • Stability improvements and bug fixes.
  • Performance optimizations.

Prerequisites

Setup

# Clone the repository
git clone https://github.com/repyh/strobe.git

# Navigate to the project directory
cd strobe

# Install dependencies
npm install
# or
yarn install

💻 Development

# Start the development server
npm run dev
# or
yarn dev

🏗️ Building

# Build for production
npm run build
# or
yarn build

# Package the application
npm run package
# or
yarn package

📁 Project Structure

download-manager/
├── src/                  # Source code
│   ├── main/             # Electron main process
│   ├── renderer/         # React renderer process
│   └── shared/           # Shared utilities
├── public/               # Static assets
├── build/                # Build configuration
└── dist/                 # Compiled output

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made as a hobby project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published