---
title: Install pyright on KDE Neon using the Snap Store | Snapcraft
description: Get the latest version of pyright for on KDE Neon - Static type checker
  and language server for Python
url: https://snapcraft.io/install/pyright/kde-neon
---

[Canonical Snapcraft](https://snapcraft.io/)

# Install pyright on **KDE Neon**

# pyright

[Alex Murray (alexmurray)](https://snapcraft.io/publisher/alexmurray "View all snaps from Alex Murray (alexmurray)")

* [Alex Murray (alexmurray)](https://snapcraft.io/publisher/alexmurray "View all snaps from Alex Murray (alexmurray)")
* [Utilities](https://snapcraft.io/search?categories=utilities)

[Install](https://snapcraft.io/install/pyright/kde-neon#install)

#### Static type checker and language server for Python

\*\* Speed \*\*

Pyright is a fast type checker meant for large Python source bases. It
can run in a “watch” mode and performs fast incremental updates when
files are modified.

\*\* Configurability \*\*

Pyright supports configuration files that provide granular control over
settings. Different “execution environments” can be associated with
subdirectories within a source base. Each environment can specify
different module search paths, python language versions, and platform
targets.

\*\* Type Checking Features \*\*

* PEP 484 type hints including generics
* PEP 487 simpler customization of class creation
* PEP 526 syntax for variable annotations
* PEP 544 structural subtyping
* PEP 561 distributing and packaging type information
* PEP 563 postponed evaluation of annotations
* PEP 570 position-only parameters
* PEP 585 type hinting generics in standard collections
* PEP 586 literal types
* PEP 589 typed dictionaries
* PEP 591 final qualifier
* PEP 593 flexible variable annotations
* PEP 604 complementary syntax for unions
* PEP 612 parameter specification variables
* PEP 613 explicit type aliases
* PEP 635 structural pattern matching
* PEP 646 variadic generics
* PEP 647 user-defined type guards
* PEP 655 required typed dictionary items
* PEP 673 Self type
* PEP 675 arbitrary literal strings
* PEP 681 dataclass transform
* Type inference for function return values, instance variables, class
  variables, and globals
* Type guards that understand conditional code flow constructs like
  if/else statements

\*\* Language Server Integration \*\*

Pyright ships as both a command-line tool and a Language Server protocol
server that provides many powerful features that help improve programming
efficiency.

\*\* Language Server Features \*\*

* Intelligent type completion of keywords, symbols, and import names
  appears when editing
* Import statements are automatically inserted when necessary for type
  completions
* Signature completion tips help when filling in arguments for a call
* Hover over symbols to provide type information and doc strings
* Find Definitions to quickly go to the location of a symbol’s definition
* Find References to find all references to a symbol within a code base
* Rename Symbol to rename all references to a symbol within a code base
* Find Symbols within the current document or within the entire workspace
* View call hierarchy information — calls made within a function and
  places where a function is called
* Organize Imports command for automatically ordering imports according
  to PEP8 rules
* Type stub generation for third-party libraries

### Package name

* pyright

---

### License

* MIT

---

### Last updated

* 30 March 2026 - latest/stable
* 10 September 2026 - latest/edge

---

### Websites

* [github.com/microsoft/pyright](https://github.com/microsoft/pyright "https://github.com/microsoft/pyright")

---

### Contact

* [github.com/alexmurray/pyright-snap/issues](https://github.com/alexmurray/pyright-snap/issues "https://github.com/alexmurray/pyright-snap/issues")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/install/pyright/kde-neon#report-snap-modal)

---

## Enable snaps on KDE Neon and install pyright

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the [Snap Store](https://snapcraft.io/store), an app store with an audience of millions.

### Enable snapd

Snap can be installed from the command line. Open the *Konsole* terminal and enter the following:

```
sudo apt update
sudo apt install snapd
```

### Install pyright

To install pyright, simply use the following command:

```
sudo snap install pyright --classic
```

### Other popular snaps…

[See more...](https://snapcraft.io/search?categories=featured)

[See more in Featured](https://snapcraft.io/search?categories=featured)

### More things to do…

#### [Get the snap store](https://snapcraft.io/snap-store)

Browse and find snaps from the convenience of your desktop using the snap store snap.

#### [Learn more about snaps](https://snapcraft.io/docs)

Interested to find out more about snaps? Want to publish your own application? Visit [snapcraft.io](https://snapcraft.io/) now.

[Back to top](https://snapcraft.io/install/pyright/kde-neon)

© 2026 Canonical Ltd.
Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Powered by [Charmed Kubernetes](https://www.ubuntu.com/kubernetes)

[Join the forum](https://forum.snapcraft.io/), contribute to or report problems with,
[snapd](https://bugs.launchpad.net/snapd),
[Snapcraft](https://bugs.launchpad.net/snapcraft),
or [this site](https://github.com/canonical/snapcraft.io/issues/new).

* [Share on Twitter](https://twitter.com/snapcraftio)
* [Share on Facebook](https://www.facebook.com/snapcraftio)
* [Share on YouTube](https://www.youtube.com/snapcraftio)

* [Terms of Service](https://ubuntu.com/legal/terms-and-policies/snap-store-terms)
* [Data privacy](https://www.ubuntu.com/legal/data-privacy)
* [Manage your tracker settings](https://snapcraft.io/install/pyright/kde-neon)
* [Service status](https://status.snapcraft.io/)
* [Other functions](https://dashboard.snapcraft.io/)
* [Contact us](https://snapcraft.io/about/contact-us)
