https://github.com/axelgard/apicius
Apicius is a CLI application installer for linux, for fast setups.
https://github.com/axelgard/apicius
cli installer-script linux-desktop
Last synced: about 1 month ago
JSON representation
Apicius is a CLI application installer for linux, for fast setups.
- Host: GitHub
- URL: https://github.com/axelgard/apicius
- Owner: AxelGard
- License: mit
- Created: 2022-12-26T10:35:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T09:41:40.000Z (about 2 years ago)
- Last Synced: 2025-06-12T01:47:23.309Z (12 months ago)
- Topics: cli, installer-script, linux-desktop
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apicius
Apicius is a application installer for linux, for fast setups.
**Apicius is in alpha stages of development as of now.**

Apicius will ask you what programs you would
like to install and then installs them.
Apicius is post install script for linux.
So that you can install programs and apps that you
want to be installed.
## Install
Apicius need python 3 to run.
For know you need to
```bash
git clone git@github.com:AxelGard/apicius.git
cd apicius/
```
to then run
```bash
sudo python3 -m apicius
```
Apicius needs sudo since it installs programs and
those install processes needs sudo.
## Add a program
will add a more exnstiv totorial later but for now look at
```bash
cp apicius/apicius/applications/template.json apicius/apicius/applications/myapp.json
```
just copy the template file and add the install commands in the cmd value in the json file.
As well as any other relevant information.
> feel free to make a PR with other programs that you think should be easy to install.
## Contribute
Feel free to make a PR if you have any changes that you think is needed.
Senice it is still eraly and nothing is working as of know I might change a lot.
But let me know through email or an issue if you are working on somthing.