No description
- Java 91.3%
- AGS Script 6%
- Python 2.6%
|
|
||
|---|---|---|
| .github/workflows | ||
| definitions | ||
| gradle/wrapper | ||
| scripts | ||
| site | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| CLAUDE.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| MacOS-README.txt | ||
| missing_offsets.txt | ||
| README.md | ||
| settings.gradle.kts | ||
| TOKENIZER.md | ||
Portamos
A portable, CLI-based toolkit for working with AMOS Professional files on modern systems. The name is a play on portable AMOS.
Download
Downloads for Linux, Mac and Windows as well as fat jar in Releases
Documentation
Build requirements
- Java 21 (tested with Eclipse Temurin 21)
The Gradle wrapper (./gradlew) downloads Gradle automatically; no separate installation is needed.
Building
./gradlew build
This produces a fat JAR at build/libs/portamos-<version>-all.jar.
You can also run directly via Gradle:
./gradlew run --args="<subcommand> [options]"