π¦ MastodonCLI - Effortlessly Manage Your Mastodon Account
π Getting Started
Welcome to MastodonCLI! This tool helps you interact with your Mastodon account through your command line, making it easy to manage posts, follow users, and explore the world of Mastodon without needing a web interface.
π» System Requirements
To run MastodonCLI, you need:
- A computer with Windows, macOS, or Linux.
- A command line interface (Terminal for macOS and Linux, Command Prompt for Windows).
- Internet connection to access your Mastodon instance.
π Download Link

π₯ Download & Install
To get started, visit the Releases page to download the latest version of MastodonCLI: https://github.com/LucasJaider/MastodonCLI/releases.
- Open your web browser and go to the link above.
- Look for the latest version of MastodonCLI.
- Click on the download link appropriate for your operating system (Windows, macOS, Linux).
- Save the file to a location on your computer you can easily access later.
π οΈ Installation Instructions
For Windows Users
- Locate the downloaded file, which will typically end with
.exe.
- Double-click the file to start the installation.
- Follow the prompts in the installer.
- Once installed, open Command Prompt to start using MastodonCLI.
For macOS Users
- Locate the downloaded file, typically in your Downloads folder, ending with
.tar.gz.
- Open Terminal.
- Use the
cd command to navigate to the Downloads folder (e.g., cd ~/Downloads).
- Extract the file using the command
tar -xzvf [filename].tar.gz (replace [filename] with the actual file name).
- Change to the extracted directory using
cd [extracted-folder].
- Run the application with
./MastodonCLI.
For Linux Users
- Locate the downloaded file, often ending with
.tar.gz, in your Downloads directory.
- Open a Terminal window.
- Change to the Downloads directory using
cd ~/Downloads.
- Extract the file with
tar -xzvf [filename].tar.gz (replace [filename] with the actual file name).
- Enter the directory created with
cd [extracted-folder].
- Grant execute permission with
chmod +x MastodonCLI.
- Run the application by typing
./MastodonCLI.
βοΈ Configuration
- To start using MastodonCLI, you need an access token for your Mastodon account.
- Visit your Mastodon account settings and navigate to the βApplicationsβ section.
- Create a new application and copy the access token provided.
- Open MastodonCLI in your command line.
- Enter your token when prompted.
π Using MastodonCLI
MastodonCLI lets you perform various functions:
- Post a Status: Type
post "Your message here" to share your thoughts.
- Follow a User: Use
follow @username to follow another user on Mastodon.
- View Notifications: Type
notifications to see recent interactions on your account.
- Search for Posts: Search using
search "keyword" to find relevant content.
π Help & Support
For assistance, you can refer to the following resources:
- Documentation: Check the README on the GitHub page for more detailed instructions.
- Issues: If you encounter a bug, let us know by creating an issue in the Issues section of the GitHub repository.
π£οΈ Contributing
If you want to contribute to MastodonCLI, feel free to open a pull request. Improvement ideas are welcome, as well as documentation updates or feature requests.
π Additional Links
Visit this page to download: https://github.com/LucasJaider/MastodonCLI/releases.
Thank you for choosing MastodonCLI! Enjoy managing your Mastodon experience from the command line with ease.