
There you can download V3 for Linux
www.3d-coat.com/~sergyi/3D-Coat-V3-BETA.tar.gz
It will work only for 64-bit Linux (32 bit will be later). Unpack it to your user folder like /home/"user_name"
Transferring rules will be published soon.
EDIT: It is better to use swap file to avoid instability on insufficient memory.
How to manage swap files under Linux.
Show your swap files with Terminal command
swapon -s
If the list is empty you should create swap file with Terminal commands
sudo dd if=/dev/zero of=/swapfile bs=1M count=4000 (or whatever size you want in megabytes)
sudo mkswap /swapfile
sudo swapon /swapfile













