Download the latest version from here or from Github.
| Version | Download count | Source code | Release date |
|---|
There are two types of files: XXXM.csv and highways.csv.
| Name | Last modified | Size |
|---|---|---|
| highways.csv.gz | 2026-06-04 01:00:02 | 7.11 MB |
| 400M.csv.gz | 2026-05-25 17:00:46 | 112.57 MB |
| 390M.csv.gz | 2025-09-20 21:00:15 | 109.77 MB |
| 380M.csv.gz | 2025-07-21 20:00:16 | 106.98 MB |
| 370M.csv.gz | 2025-07-17 20:28:32 | 104.18 MB |
| 360M.csv.gz | 2025-07-17 20:27:23 | 101.38 MB |
| 350M.csv.gz | 2025-07-17 20:24:50 | 98.61 MB |
| 340M.csv.gz | 2025-07-17 20:23:33 | 95.83 MB |
| 330M.csv.gz | 2025-07-17 20:20:34 | 93.02 MB |
| 320M.csv.gz | 2025-07-17 20:18:28 | 90.21 MB |
| 310M.csv.gz | 2024-11-25 23:00:24 | 87.42 MB |
See all downloads here
WARNING: for versions ≤ 1.1.1 you need to add --host app.langtonsant.es
Specify the number of CPU threads you want to use with the -w option. If the -w option is absent, it will use one thread.
java -jar langtonX.X.X.jar -w THREAD_COUNT
If this is your first time running the program add the option -u and your username. Once you run it, it will ask you the secret token previosly generated.
java -jar langtonX.X.X.jar -w THREAD_COUNT -u USERNAME
Once you are logged in you will get an output like the following.
# java -jar langton1.0.2.jar -w 3
Langton's Ant Client v1.0.2
Reading config...
Running on 3 threads
Connected to server
Logged in as MrCamoga
New assignment of 150 rules
Worker 0 started
Worker 1 started
Worker 2 started
01 175200855 RRRLRLRLLRLRRLRLRLLLRRRLLRLR 7,4430E+07 it/s 1,6122 s
00 175200854 LRRLRLRLLRLRRLRLRLLLRRRLLRLR 7,2436E+07 it/s 1,6566 s
02 175200856 LLLRRLRLLRLRRLRLRLLLRRRLLRLR 7,4279E+07 it/s 1,6155 s
02 175200859 RRLRRLRLLRLRRLRLRLLLRRRLLRLR 2,2029E+07 it/s 0,0931 s 18 [1, 1, 2]
02 175200860 LLRRRLRLLRLRRLRLRLLLRRRLLRLR 3,1041E+07 it/s 0,0661 s 206 [5, 5, -6]
01 175200857 RLLRRLRLLRLRRLRLRLLLRRRLLRLR 8,0474E+07 it/s 1,4912 s
You can add the -h or --help option to show the following help message.
usage: java -jar langton.jar <opt>
-h,--help print help
--host <arg> server address
-ng,--nogui run without GUI
-nl,--nolog run without log
-u,--user <arg> login username
-w <arg> number of 2d square grid ants
-w3 <arg> number of 3d ants
-w4 <arg> number of 4d ants
-wh <arg> number of 2d hexagonal grid ants