Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
atg-ae-plugin.jar | 2025-06-29 | 2.1 MB | |
aws-ae-plugin.jar | 2025-06-29 | 355.9 MB | |
jms-ae-plugin.jar | 2025-06-29 | 18.2 MB | |
python-ae-plugin.jar | 2025-06-29 | 40.6 MB | |
web-ae-plugin.jar | 2025-06-29 | 33.3 MB | |
sql-ae-plugin.jar | 2025-06-29 | 7.8 MB | |
Totals: 6 Items | 458.0 MB | 4 |
Running Anteater as a Standalone Application
As a standalone java application Anteater can be run with CLI, Desktop and Web user interface. Minimal execution pack you can download from: Sourceforge Project Files:
This is the minimal package required to get started. However, if you need access to specific functionalities, you can download the necessary plugins.
Requirements
- Java Runtime Environment (JRE): Anteater requires Java 8 or higher.
- Supported OS: Windows, macOS, Linux and other Unix-like Systems.
Download
You can download the Anteater delivery package from SourceForge.net.
- Visit the Anteater project page on SourceForge: Anteater Download
- Download the latest
ae.zip
,anteater.zip
oranteater-web.zip
archive from the Sourceforge Project Files.
Recipe examples:
https://github.com/ganteater/recipes/
Delivery Package Contents
Here’s what is included in the Anteater delivery package:
CLI:
ae.zip
├── ae.jar # CLI application
├── plugins/ # Anteater plugins directory
│ └── ...
└── recipes/ # Example recipes directory
└── ...
Desktop interface:
anteater.zip
├── anteater.jar # Desktop application
├── plugins/ # Anteater plugins directory
│ └── ...
└── recipes/ # Example recipes directory
└── ...
Web interface:
anteater-web.zip
├── ae.jar # required for Web application
├── anteater-web.jar # Web application
├── plugins/ # Anteater plugins directory
│ └── ...
└── recipes/ # Example recipes directory
└── ...
Unpacking
After downloading the archive, unpack it using your preferred archive extraction tool.
Example Commands:
On Windows:
- Locate the downloaded archive
ae.zip
. - Right-click the file and select Extract All...
- Choose the folder where you want to extract it.
On macOS / Linux:
unzip anteater.zip
How To Run
CLI:
java -jar ae.jar
You can launch the Anteater desktop interface in two ways. Simply double-click the anteater.jar file to start the application—this is a quick and straightforward option for users who prefer a graphical interface. Alternatively, you can open a terminal or command prompt and use the following command to start Anteater:
java -jar anteater.jar
Web interface:
java -jar anteater-web.jar