https://github.com/vanilla-os/ikaros
A drivers backend for Vanilla OS.
https://github.com/vanilla-os/ikaros
drivers drivers-backend hacktoberfest ikaros vanillaos
Last synced: about 1 year ago
JSON representation
A drivers backend for Vanilla OS.
- Host: GitHub
- URL: https://github.com/vanilla-os/ikaros
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-03-12T14:19:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:05:57.000Z (over 2 years ago)
- Last Synced: 2025-04-09T02:09:01.159Z (about 1 year ago)
- Topics: drivers, drivers-backend, hacktoberfest, ikaros, vanillaos
- Language: Go
- Homepage:
- Size: 2.61 MB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
[![Translation Status][weblate-image]][weblate-url]
[weblate-url]: https://hosted.weblate.org/engage/vanilla-os/
[weblate-image]: https://hosted.weblate.org/widgets/vanilla-os/-/apx/svg-badge.svg
Ikaros is a drivers backend for Vanilla OS.
This project is meant to be used as a ubuntu-drivers-common replacement.
It's still in development and not ready for production use.
It's meant to automatically discover and install drivers for your devices.
## Help
```bash
Usage:
ikaros [command]
Available Commands:
auto-install Auto install correct drivers
completion Generate the autocompletion script for the specified shell
help Help about any command
install Install a driver
list-devices List devices
list-drivers List drivers
Flags:
-h, --help help for ikaros
-v, --version version for ikaros
Use "ikaros [command] --help" for more information about a command.
```
## Translations
Contribute translations for the manpage and help page in [Weblate](https://hosted.weblate.org/projects/vanilla-os/ikaros).
### Generating man pages for translations
Once the translation is complete in Weblate and the changes committed, clone the repository using `git` and perform `go build`, create a directory using the `mkdir man/` command, and execute this command `LANG= ./ikaros man > man//ikaros.1`. Open a PR for the generated manpage here.