The Iniationware Edition is an enterprise-enhanced fork of SourceGit, featuring advanced performance optimizations, comprehensive monitoring capabilities, and professional-grade tools for development teams.
- ⚡ 60-70% Performance Boost: Intelligent caching and process pooling
- 📊 Repository Metrics Dashboard: Real-time statistics and monitoring
- 🔧 Advanced Git Operations: Optimized Git-Flow, batch operations
- 🛡️ Enterprise Security: Secure credential management
- 📦 Professional Packaging: Signed macOS DMGs, Linux AppImage/DEB/RPM
- 🌍 Full Localization: Support for 11+ languages
- ✅ Cross-Platform: Native support for Windows, macOS (Intel/ARM), Linux (x64/ARM64)
- ✅ Beautiful UI: Modern design with light/dark themes
- ✅ Fast Performance: Built with .NET 9 and Avalonia UI
- ✅ Git-Flow Support: Full Git-Flow workflow integration
- ✅ SSH & GPG: Built-in SSH and GPG key management
- ✅ Diff Tools: Advanced diff viewer with syntax highlighting
- ⚡ Performance Monitor: Real-time memory and CPU tracking
- ⚡ Smart Caching: Intelligent command result caching
- ⚡ Batch Operations: Parallel Git command execution
- ⚡ Repository Metrics: Branch counter, commit statistics
- ⚡ Memory Manager: Automatic resource optimization
Download the latest .zip
from Releases and extract.
Download the .dmg
(signed) or .zip
from Releases.
- DMG: Double-click to mount and drag to Applications
- ZIP: Extract and move to Applications, then right-click → Open
Available as AppImage, DEB, or RPM:
# AppImage
chmod +x sourcegit-*.AppImage
./sourcegit-*.AppImage
# Debian/Ubuntu
sudo dpkg -i sourcegit_*.deb
# Fedora/RHEL
sudo rpm -i sourcegit-*.rpm
- .NET 9 SDK
- Git 2.25+ with Git-LFS
# Clone repository
git clone https://github.com/Iniationware/sourcegit.git
cd sourcegit
# Build
dotnet build -c Release
# Run
dotnet run --project src/SourceGit.csproj
# Publish for your platform
dotnet publish src/SourceGit.csproj -c Release -r win-x64
dotnet publish src/SourceGit.csproj -c Release -r osx-arm64
dotnet publish src/SourceGit.csproj -c Release -r linux-x64
Platform | Minimum | Recommended |
---|---|---|
Windows | Windows 10 1903+ | Windows 11 |
macOS | macOS 11 Big Sur | macOS 14 Sonoma |
Linux | Ubuntu 20.04 / Debian 11 | Ubuntu 22.04+ |
Memory | 4GB RAM | 8GB+ RAM |
.NET | .NET 9 Runtime | .NET 9 SDK |
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create a feature branch (
feature/amazing-feature
) - Commit your changes
- Push to your branch
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Original SourceGit by love-hacker
- Avalonia UI for the cross-platform framework
- All contributors and community members
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Website: Iniationware
Built with ❤️ by Iniationware