
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
appman
Advanced tools
appman is cross-platform application management aggregator

You can install appman from PyPI:
> pip install appman
While working on my dotfiles repository, I realized that I also wanted to have a way to handle not just configuration files but also my installed applications. That way I'd be able to define which applications I want to have installed on any new environment, have those under version control, and run a script to install/uninstall applications on any new personal or work computer, server, etc.
The main goal for appman is to be flexible and extensible. In that context the goals are:
Add a package to your user packages list
Using interactive mode:
$ appman add
[?] Select the package type: (Use arrow keys)
>app
font
driver
provisioned
backend
extension
[?] Select app packages to add: (<up>, <down> to move, <space> to select, <a> to toggle, <i> to invert)
â—‹ curl
â—‹ fzf
>â—Ź git
â—‹ jq
â—‹ python
â—‹ ...
Added git package
or directly passing parameters:
$ appman add -pt app -id git
Remove a previously added package
Using interactive mode:
$ appman remove
[?] Select the package type: (Use arrow keys)
>app
font
driver
provisioned
backend
extension
[?] Select app packages to remove: (<up>, <down> to move, <space> to select, <a> to toggle, <i> to invert)
â—‹ 7zip
â—‹ curl
>â—Ź git
â—‹ ...
Removed git package
Directly passing parameters:
$ appman remove -pt app -id git
Show your user packages list
Using interactive mode:
$ appman list
[?] Select the package type: (Use arrow keys)
>app
• 7zip (cli, utils)
• curl (cli, utils)
Directly passing parameters:
$ appman list -pt app
Search all available packages to add
Using interactive mode:
$ appman search
[?] Select the package type: (Use arrow keys)
>app
• 7zip
• ack
• apache2
• aria2
• bottom
• broot
• cookiecutter
• curl
...
Directly passing parameters:
$ appman search -pt app -id 7zip
Using interactive mode:
$ appman install
[?] Select the package type: (Use arrow keys)
>app
Installing 7zip...
Installing ack...
...
Directly passing parameters:
$ appman install -pt app -id 7zip
$ appman repo https://github.com/basiliskus/appman-main
$ appman update
All packages have pre-defined labels (e.g. for apps: 'cli' & 'gui'), but you can also add your own labels by passing the --labels/-l parameter to the 'add' command.
$ appman add -pt app -id 7zip -l server
You can also filter by labels when using the 'list', 'search', 'remove', 'install' or 'uninstall' commands
$ appman list -pt app -l server
© Basilio Bogado. Distributed under the MIT License.
FAQs
Cross-platform application management aggregator
We found that appman demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.