Releases: SIML-Life/siml-release
SIML Worm Visualization v.0.2
SIML Alpha Agents - Paper Release v0.2
This release contains precompiled binaries and a Mac-compatible visualizer for the SIML Alpha Worm Agents described in our paper.
You open the visualizers first, and then the agents app.
🧠 Visualizer (Godot-based)
macOS Only
- In the command line, we need to set up sandbox to run the files with this command since we didn't pay $99 for an Apple Developer Account:
xattr -dr com.apple.quarantine siml-visualizer-macos.dmg
xattr -dr com.apple.quarantine siml-apple-silicon
- Double click the
siml-visualizer-macos.dmgfile, and click on thegodot-commandfile that opens - Requires macOS 12+ with Apple Silicon
Linux and Windows
Download and install latest Godot
Then:
| OS | File Needed | Instructions |
|---|---|---|
| Linux | siml_visualizer.pck |
./path-to-Godot-executable --main-pack siml_visualizer.pck |
| Windows | siml_visualizer.pck |
./path-to-Godot-executable.exe --main-pack siml_visualizer.pck |
⚙️ SIML Binaries
Choose your platform and run the binary from the terminal:
| OS | File | Instructions |
|---|---|---|
| macOS | siml-apple-silicon |
chmod +x siml-apple-silicon && ./siml-apple-silicon |
| Linux | siml-linux-x64 |
chmod +x siml-linux-x64 && ./siml-linux-x64 |
| Windows | siml-windows-x64.exe |
Double-click to run or use PowerShell |
Example run:
./siml-[platform] --runs 10 --use-memory
📄 Citation
If you use this for research, please cite:
Deep SIML Labs: Artificial Intelligence is for Amateurs, April 2025
SIML Worm Visualization
SIML Alpha Agents - Paper Release v0.1
This release contains precompiled binaries and a Mac-compatible visualizer for the SIML Alpha Worm Agents described in our paper.
You open the visualizers first, and then the agents app.
🧠 Visualizer (Godot-based)
macOS Only
- Download and double click on
apple-silicon.zip - Right-click
.app→ "Open" → bypass Apple Gatekeeper if needed - Extract both files
- In the command line, we need to set up sandbox to run the files with this command since we didn't pay $99 for an Apple Developer Account:
xattr -dr com.apple.quarantine siml-visualizer-macos.dmg
xattr -dr com.apple.quarantine siml-apple-silicon
- Double click the
siml-visualizer-macos.dmgfile, and click on thegodot-commandfile that opens - Requires macOS 12+ with Apple Silicon
Linux and Windows
Download and install latest Godot
Then:
| OS | File Needed | Instructions |
|---|---|---|
| Linux | siml_visualizer.pck |
./path-to-Godot-executable --main-pack siml_visualizer.pck |
| Windows | siml_visualizer.pck |
./path-to-Godot-executable.exe --main-pack siml_visualizer.pck |
⚙️ SIML Binaries
Choose your platform and run the binary from the terminal:
| OS | File | Instructions |
|---|---|---|
| macOS | siml-apple-silicon |
chmod +x siml-apple-silicon && ./siml-apple-silicon |
| Linux | siml-linux-x64 |
chmod +x siml-linux-x64 && ./siml-linux-x64 |
| Windows | siml-windows-x64.exe |
Double-click to run or use PowerShell |
📄 Citation
If you use this for research, please cite:
Deep SIML Labs: Artificial Intelligence is for Amateurs, April 2025