Загрузка началась
Благодарим Вас за скачивание Inkscape.
Your download should start in 2 seconds. If not, please click here to start.
Important Notes
In case of a 'Page not found' error:
This happens sometimes when the latest Inkscape build has failed. In that case, you can either wait until someone has fixed the build, or find the latest successful build following these instructions:
- To find an AppImage file for the latest code contributions to the Inkscape development branch, visit the 'Pipelines' section on gitlab.
- There, look for the topmost job, where it says 'latest'.
- Click on the download button on the right
- Choose appimage:linux:archive
- Download the AppImage zip file.
How to use the AppImage file
- Unzip the archived file
- Right-click on it in your file browser and select to edit its properties, or use a terminal to make it executable with
chmod u+x <AppImage File>
- 2. To start the AppImage, double-click on the file or use a terminal:
cd <directory with AppImage File>
./<AppImage File>
- 3. (optional) To use inkview, type:
./<AppImage File> inkview - Or create a symbolic link with:
ln -s <AppImage File> inkview
- 4. (optional) Then run inkview with:
./inkview