v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

Non ancora secondi fa.
            False
        
Non ancora secondi fa
Current error-ing screenshot from most recent request
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              helix-editor / helix Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 3.7k
                * Star 45.8k
          * Code
          * Issues 1.1k
          * Pull requests 512
          * Pull requests 513
          * Discussions
          * Actions
          * Projects
          * Wiki
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                         Name                           Last commit message    Last commit date
                                            Latest commit

                                                History

                                                7,689 Commits
                                                  7,689 Commits
                                                  .cargo                       .cargo
                                                  .github                      .github
                                                  book                         book
                                                  contrib                      contrib
                                                  docs                         docs
                                                  helix-core                   helix-core
                                                  helix-dap-types              helix-dap-types
                                                  helix-dap                    helix-dap
                                                  helix-event                  helix-event
                                                  helix-loader                 helix-loader
                                                  helix-lsp-types              helix-lsp-types
                                                  helix-lsp                    helix-lsp
                                                  helix-parsec                 helix-parsec
                                                  helix-stdx                   helix-stdx
                                                  helix-term                   helix-term
                                                  helix-tui                    helix-tui
                                                  helix-vcs                    helix-vcs
                                                  helix-view                   helix-view
                                                  runtime                      runtime
                                                  tests                        tests
                                                  xtask                        xtask
                                                  .envrc                       .envrc
                                                  .gitattributes               .gitattributes
                                                  .gitignore                   .gitignore
                                                  CHANGELOG.md                 CHANGELOG.md
                                                  Cargo.lock                   Cargo.lock
                                                  Cargo.toml                   Cargo.toml
                                                  LICENSE                      LICENSE
                                                  README.md                    README.md
                                                  base16_theme.toml            base16_theme.toml
                                                  default.nix                  default.nix
                                                  flake.lock                   flake.lock
                                                  flake.nix                    flake.nix
                                                  grammars.nix                 grammars.nix
                                                  languages.toml               languages.toml
                                                  logo.svg                     logo.svg
                                                  logo_dark.svg                logo_dark.svg
                                                  logo_light.svg               logo_light.svg
                                                  rust-toolchain.toml          rust-toolchain.toml
                                                  rustfmt.toml                 rustfmt.toml
                                                  screenshot.png               screenshot.png
                                                  shell.nix                    shell.nix
                                                  theme.toml                   theme.toml
                                            View all files


                                              Repository files navigation

                                                *
                                                * README
                                                * Contributing
                                                * MPL-2.0 license
                                                More items

                                              A Kakoune / Neovim inspired editor, written in Rust.

                                              The editing model is very heavily based on Kakoune; during development I found myself agreeing with most of Kakoune's design decisions.

                                              For more information, see the website or documentation.

                                              All shortcuts/keymaps can be found in the documentation on the website.

                                              Troubleshooting

                                                Features

                                                * Vim-like modal editing
                                                * Multiple selections
                                                * Built-in language server support
                                                * Smart, incremental syntax highlighting and code editing via tree-sitter

                                              Although it's primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using wgpu.

                                              Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

                                                Installation

                                              Installation documentation.

                                                Contributing

                                              Contributing guidelines can be found here.

                                                Getting help

                                              Your question might already be answered on the FAQ.

                                              Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

                                                Credits

                                              Thanks to @jakenvac for designing the logo!

                                        About

                                        A post-modern modal text editor.

                                          helix-editor.com

                                        Topics

                                          kakounerusttext-editorvim

                                        Resources

                                          Readme
                                          MPL-2.0 license

                                        Contributing

                                          Contributing
                                          Activity
                                          Custom properties

                                        Stars

                                          45.8k stars

                                        Watchers

                                          222 watching

                                        Forks

                                          3.7k forks
                                          Report repository

                                        Releases

                                        Sponsor this project

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
Tip: Highlight text to share or add to ignore lists.  — Download difference patch
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires Playwright/WebDriver enabled