Any language. Any cloud. Now, developers have the superpower of supercomputers without managing clusters.
$ uv tool install --from https://px.app/releases/latest px
PX installed! â
$ px cluster up jpg
<px> Reading [px.yaml]
<px> Connected to your [Google Cloud Platform] account. â
<px> Cluster up [2 nodes x 4 cores = 8 cores]. â
$ python jpg.py data/input.jpg
Processed 1 image(s) in 0.5s
$ px run --cluster jpg -a images.txt 'python jpg.py'
<px> Reading [px.yaml]
<px> Submitting 'python jpg.py' job to PX cluster [2 nodes].
[...]
Processed 1000 image(s) in 14.7sFinds you the cheapest compute
From 1 process to 1000s in seconds
See your PX app in the PX dashboard
Any language. Any cloud. Universal parallel execution.