返回目录
开源项目其他开源工具类新手

GitHub - KDE/krita: Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art f

CI Name Master Stable Release Pipeline Note: Nightly builds are not covered by this table atm Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. Krita is used by comic book

0 次阅读2026/09/10 发布
GitHub - KDE/krita: Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art f 来源图片

社区作者 · zZz

它解决什么问题

CI Name Master Stable Release

Pipeline

Note: Nightly builds are not covered by this table atm

Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. Krita is used by comic book artists, illustrators, concept artists, matte and texture painters and in the digital VFX industry.

If you are reading this on GitHub, be aware that this is just a mirror. Our real code repository is provided by KDE: https://invent.kde.org/graphics/krita.git

Repository Status

For branch: master

Freeze type Status

Feature Freeze features are allowed

String Freeze strings are allowed

User Manual

https://docs.krita.org/en/user_manual.html

Development Notes and Build Instructions

Please follow the online documentation .

Other developer guides, notes and wiki:

https://docs.krita.org/en/untranslatable_pages.html

Apidox:

https://api.kde.org/legacy/krita/html/index.html

Bugs and Wishes

https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&list_id=1315444&product=krita&query_format=advanced

Discussion Forum

  • https://krita-artists.org/

IRC channel

Most of the developers hang out here. If you are interested in helping with the project this is a great place to start.

libera.chat, #krita

Project Website

https://www.krita.org

Nightly builds

Unstable

  • https://cdn.kde.org/ci-builds/graphics/krita/master/

Stable

  • https://cdn.kde.org/ci-builds/graphics/krita/krita-5.2/

Developers builds

Linux build with debug symbols in Qt and Krita

可复制命令
Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  • Search for the latest linux-debug-weekly job
  • Enter the job and click on Artifacts->Browse
  • Download the AppImage

Linux build with ASAN in Qt and Krita

可复制命令
Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  • Search for the latest linux-asan-weekly job
  • Enter the job and click on Artifacts->Browse
  • Download the AppImage
可复制命令
Set up environment variable for ASAN:
命令
export ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0
  • Run the AppImage in the modified environment

Windows build with ASAN in Qt and Krita

可复制命令
Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  • Search for the latest windows-asan-weekly job
  • Enter the job and click on Artifacts->Browse
  • Download the .zip file
  • Open terminal
可复制命令
Set up environment variable for ASAN:
命令
set ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0

That is important, otherwise ASAN will not be able to locate llvm-symbolizer.exe and the backtraces generated by ASAN will not contain proper symbols.

  • Change working directory to c:\path\where\you\downloaded\krita-5.3.0-prealpha-git12345\bin .
命令
cd c:\path\where\you\downloaded\krita-5.3.0-prealpha-git12345\bin

krita.com

  • Run krita

License

Krita as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.

AI Moratorium

Since the Krita developer community cannot currently find consensus on whether the use of AI tools to assist development is acceptable or not, we have decided to put a moratorium on the use of these tools until October 2026.

The reason for pushing this off to October are:

  • if we'd allow the use of AI in development right now, the backlash from our users and supporters will be furious.
  • KDE as a whole does not have a policy in place, and if our policy would conflict with KDE's we'd potentially have to revert contributions made with AI
  • The development of AI itself might change for the better or the worse in the next period. Microsoft is already backtracking from their CoPilot brand. Acceptance of AI can change for better or worse. The environmental impact of AI could lessen.

Until we make a decision, the use of AI when working on Krita is not allowed.

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

CI Name Master Stable Release Pipeline Note: Nightly builds are not covered by this table atm Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end.

Krita is used by comic book artists, illustrators, concept artists, matte and texture painters and in the digital VFX industry. If you are reading this on GitHub, be aware that this is just a mirror.

Our real code repository is provided by KDE: https://invent.kde.org/graphics/krita.git Repository Status For branch: master Freeze type Status Feature Freeze features are allowed String Freeze strings are allowed User Manual https://docs.krita.

org/en/user_manual.html Development Notes and Build Instructions Please follow the online documentation . Other developer guides, notes and wiki: https://docs.krita.org/en/untranslatable_pages.html Apidox: https://api.kde.org/legacy/krita/html/index.

html Bugs and Wishes https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&list_id=1315444&product=krita&query_format=advanced Discussion Forum

IRC channel Most of the developers hang out here. If you are interested in helping with the project this is a great place to start. libera.chat, #krita Project Website https://www.krita.org Nightly builds Unstable

Stable

Developers builds Linux build with debug symbols in Qt and Krita

  • https://krita-artists.org/
  • https://cdn.kde.org/ci-builds/graphics/krita/master/
  • https://cdn.kde.org/ci-builds/graphics/krita/krita-5.2/
可复制命令
Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs

Linux build with ASAN in Qt and Krita

  • Search for the latest linux-debug-weekly job
  • Enter the job and click on Artifacts->Browse
  • Download the AppImage
可复制命令
Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  • Search for the latest linux-asan-weekly job
  • Enter the job and click on Artifacts->Browse
  • Download the AppImage
可复制命令
Set up environment variable for ASAN:
命令
export ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0

Windows build with ASAN in Qt and Krita

  • Run the AppImage in the modified environment
可复制命令
Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  • Search for the latest windows-asan-weekly job
  • Enter the job and click on Artifacts->Browse
  • Download the .zip file
  • Open terminal
可复制命令
Set up environment variable for ASAN:
命令
set ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0

来源教程配图

Picture
配图 1 · Picture查看原图
Picture
配图 2 · Picture查看原图

适用场景

学习研究
开源项目实践