https://github.com/ekimiateam/libertix
Libertix installs linux in few clicks on your computer
https://github.com/ekimiateam/libertix
csharp installer libertix libre linux rose-pine wpf
Last synced: 4 months ago
JSON representation
Libertix installs linux in few clicks on your computer
- Host: GitHub
- URL: https://github.com/ekimiateam/libertix
- Owner: ekimiateam
- License: gpl-3.0
- Created: 2025-01-22T16:02:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T10:05:00.000Z (over 1 year ago)
- Last Synced: 2025-12-19T02:49:15.896Z (6 months ago)
- Topics: csharp, installer, libertix, libre, linux, rose-pine, wpf
- Language: C#
- Homepage: https://libertix.eu
- Size: 551 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Libertix
A modern, user-friendly Windows application that simplifies the process of dual-booting Linux alongside Windows.
## Features
- 🎨 Modern, clean UI with Rose Pine theme
- 🔄 Intuitive disk space management
- 🌍 Multi-language support (English, French, Spanish, Japanese)
- 🔧 Smart partition handling
- 💾 State persistence between steps
- 🖼️ Visual disk space representation
- 📊 Real-time system requirements check
## Supported Distributions (for now)
- Zorin OS 17.2 Core
- Ubuntu 24.04 LTS
## Requirements
- Windows 7 or later
- .NET Framework 4.8.1
- At least 30GB of free disk space
- Administrator privileges
## Development
1. Clone the repository:
```bash
git clone https://github.com/ekimiateam/libertix.git
```
2. Open the solution in Visual Studio 2022
3. Restore NuGet packages
4. Build and run the project
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## License
This project is licensed under the GNU General Public License 3.0 - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [Rose Pine](https://rosepinetheme.com/) for the color scheme
- [WPF](https://github.com/dotnet/wpf) for the UI framework