SwapTool

An application to manage the swap space and memory in Linux distros.

SwapTool is an application to manage the swap space and memory in Linux distros.

SwapTool

An application to manage the swap space and memory in Linux distros.

SwapTool by AAZH in Light mode SwapTool by AAZH in Dark mode

Installation

A swaptool executable can be downloaded from swaptool and executed to load the application directly without installation.

$ ./swaptool

Or also it can be installed by flatpak as follows:

$ flatpak install --user --from 'https://github.com/aazhbd/swaptool/releases/download/v1.3/articulatedlogic.swaptool.flatpak'

It can also be executed by one line command as follows:

# Assuming curl is available
curl -L -o swaptool 'https://github.com/aazhbd/swaptool/releases/download/v1.3/swaptool' && chmod +x swaptool && ./swaptool
# Assuming wget is available
wget -O swaptool 'https://github.com/aazhbd/swaptool/releases/download/v1.3/swaptool' && chmod +x swaptool && ./swaptool

License

SwapTool is released under GPL version 2.0.

Contact

Abdullah Al Zakir Hossain