Categories
All Softwares
Sublime Text VSCode Binaries Postman TeamViewer Firebase Visual Studio Code Contentful Tribe Circle Notion Datadog NewRelic Vmix Archbee Docker Desktop Bitly GitHub BitBucket Upsource Zapier Make Medium substack Facebook Amazon S3 Maya 3DS MAX Adobe Substance Airtable Roam Research Azure DevOps Retool Powerapps Appsheet 1Password Plex Emby Netflix Apple HomeKit Algolia Lightshot Confluence Toad tableau Data Studio Salesforce SAP Calendly Google photos Bloomberg Terminal BigQuery ML Google AutoML Tables Shopify BigCommerce Google Drive Redis Memcached Windows media player WhatsApp Heroku Render Looker Quizlet Google Analytics Auth0 Trello Elasticsearch Adobe Premiere Pro Zerotier Zoom Skype Docker Polypane Google Chrome Microsoft Edge Safari Gitbook Gmail Google Vertex AI Kdb+ Amplitude Google Docs Typora Roboflow ML Kit Azure Intercom Quicken YNAB Uptime Robot Figma npm TigerGraph Amazon Neptune Fivetran Okta YouTube LastPass Mailchimp Sendinblue Adobe Acrobat Pocket Reddit Onenote Shogun DaVinci Resolve UiPath Taliscale Adobe Lightroom FullStory LogRocket RescueTime Boxcryptor LaunchDarkly ArcGIS AWS SageMaker Tailscale NordVPN WooCommerce Twitter Dropbox Nagios Zabbix Prtg Google Cloud Webflow ActiveCampaign Quickbooks .Net Maui Airplane.dev Pipedream Evernote Autodesk AutoCAD HCL Connections Google Sheets Excel Rundeck Ansible Tower Salt Twilio Pastebin Zoho Unity3D GameMaker AWS Config GCP Cloud Asset inventory AWS GuardDuty Unreal Engine (UE4) Jira YouTrack Stytch Suite CRM Greynoise Photoshop LinkTree BlackBoard Zendesk Discord Rollout.io Disqus Oracle Fusion ERP Cloud Odoo Microsoft Dynamics Alfred Sophos Firewall UniFi Security Gateway Azure AD Doodle Office Online Power BI MicroStrategy Qlik Ampache Socrata Drone CI IOS WordPress IDM FDM Ninja Download Manager McAfee Google Meet WIX cPanel LucidChart HubSpot Landbot Typeform CCleaner Ecwid Spotify Stackstrom N8N Substance Painter Onshape SketchUp Canny Miro XMind Segment GoogleForms Adobe Illustrator MultiSim Proteus Prezi Slack Microsoft Teams SumSub JAWS Wetransfer Framer Microsoft 365 Telegram Threema Signal Lokalise Crowdin Phrase WolframAlpha Dataclay Templater Bot WorkOS FrontEgg Snorkel AI ZohoCRM Voicemod Chromatic Percy POEditor Transifex Microsoft Office Selenium vBulletin Xenforo Hightouch Logseq Bundlephobia Webpack Esbuild Rollup Session Berty WHMCS Stripe Billing Google Camera ImgIX Netlify Google Keep SocialPilot Hootsuite Firebase Analytics Access Manager Wordle Amazon Redshift Snowflake Microsoft Active Directory ClubHouse Tenable Nessus Obsidian Scrivener IDA Neo4j Pushbullet Pushover TinkerCAD Fusion360 SolidWorks TablePlus Cryptomator Glasswire Comodo Firewall Coyim Splunk Hungry Bring Panther IFTTT openHAB Alexa Google Home Twitch Asana IBM Watson Discovery FL Studio Ableton Google Maps Gather Aseprite Instagram Agora Wowza Docuware ELO Office Apollo GraphQL Supabase Hasura Stepzen Postgraphile Lyket.dev Kahoot Clubdesk Fairgate Bandicam Revoltchat Element Imply Pinot MongoDB Oracle Peoplesoft CurseForge Google Tag Manager MS SQL AppWrite Nhost AWS Kendra QnA Maker Apigee Google Cloud IoT Core Microsoft OneNote Amazon API Gateway Qualtrics Sprig Hotjar Sibelius Finale Dorico Snyk Common Room Orbit Toggl Track Adobe Scan Microsoft Lens CamScanner Vercel Stack Overflow Traktor Pro 3 Markup CMS Documentation Atlassian Confluence Raindrop Akeneo Salsify Informatica SuiteCRM VtigerCRM Cruise Tesla autopilot Waymo Adobe Animate Pencil2D Men&Mice Solarwinds Infoblox Device42 AWS WAF
Krita

Krita

Open Source Alternative to Photoshop
Language
C++
Stars
8130
Watchers
8130
Forks
641
Open Issues
0
Last Updated
5/9/2025

REAMDE.md

Picture

CI Name Master Stable Release
Pipeline pipeline status pipeline status Latest Release

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

Picture

Repository Status

For branch: master

Freeze type Status
Feature Freeze no freeze, features allowed
String Freeze no freeze, strings 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/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
  1. Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  2. Search for the latest linux-debug-weekly job
  3. Enter the job and click on Artifacts->Browse
  4. Download the AppImage
Linux build with ASAN in Qt and Krita
  1. Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  2. Search for the latest linux-asan-weekly job
  3. Enter the job and click on Artifacts->Browse
  4. Download the AppImage
  5. Set up environment variable for ASAN:
        export ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0
    
  6. Run the AppImage in the modified environment
Windows build with ASAN in Qt and Krita
  1. Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  2. Search for the latest windows-asan-weekly job
  3. Enter the job and click on Artifacts->Browse
  4. Download the .zip file
  5. Open terminal
  6. Set up environment variable for ASAN:
        set ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0
    
  7. Change working directory to c:\path\where\you\downloaded\krita-5.3.0-prealpha-git12345\bin. 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.
        cd c:\path\where\you\downloaded\krita-5.3.0-prealpha-git12345\bin
    
  8. Run krita
        krita.com
    

License

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

Categories:
Design