Clonner is a macOS application for convenient management and cloning of Git repositories. The app allows you to create profiles for different repository types and easily clone or update them.
- Create profiles for different repository types (GitHub, GitLab, etc.)
- Choose a folder for cloning repositories
- Clone and update repositories
- View operation log
- User-friendly interface
- macOS 14.0 or newer
- Xcode 15.0 or newer (for building from source)
- Download the latest version of the app from the Releases section
- Open the
clonner.dmgfile - Drag the Clonner app to the Applications folder
- On first launch, macOS may show a security warning. In this case:
- Open System Settings
- Go to Security & Privacy
- Click "Open Anyway" for the Clonner app
If you want to build and install the app manually from source, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/clonner.git cd clonner - Build the app using Xcode command line tools:
xcodebuild -scheme clonner -configuration Release -derivedDataPath build
- Install the app to the Applications folder:
cp -R build/Build/Products/Release/clonner.app /Applications/
- (Optional) Remove build artifacts if you no longer need them:
rm -rf build
- Launch Clonner from the Applications folder as a regular macOS app.
- Clone the repository:
git clone https://github.com/yourusername/clonner.git- Open the project in Xcode:
cd clonner
open clonner.xcodeproj- Build (⌘B) or run (⌘R) the project
- Launch the Clonner app
- Click "Choose Folder" to select the directory where repositories will be cloned
- Create a new profile by clicking the "+" button
- Fill in the profile information (type, name, etc.)
- Use the actions menu (three dots) to clone or update repositories
MIT License. See the LICENSE file for details.