Try our Chrome extension
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;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Еще нет секунды назад.
False
Еще нет секунды назад
3 часа назадПерейти к одному снимку
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.
tauri-apps / tauri 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.9k
* Star 110k
* Code
* Issues 1.3k
* Pull requests 150
* Pull requests 151
* Discussions
* Actions
* Projects
* Security and quality 8
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Security and quality
* Insights
dev
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
6,141 Commits
6,141 Commits
.cargo .cargo
.changes .changes
.devcontainer .devcontainer
.docker/ cross .docker/ cross
.github .github
.scripts/ ci .scripts/ ci
.vscode .vscode
audits audits
bench bench
crates crates
examples examples
packages packages
supply-chain supply-chain
.editorconfig .editorconfig
.gitignore .gitignore
.prettierignore .prettierignore
.prettierrc .prettierrc
ARCHITECTURE.md ARCHITECTURE.md
Cargo.lock Cargo.lock
Cargo.toml Cargo.toml
LICENSE-APACHE-2.0 LICENSE-APACHE-2.0
LICENSE-MIT LICENSE-MIT
LICENSE.spdx LICENSE.spdx
README.md README.md
SECURITY.md SECURITY.md
dependabot.yml dependabot.yml
package.json package.json
pnpm-lock.yaml pnpm-lock.yaml
pnpm-workspace.yaml pnpm-workspace.yaml
renovate.json renovate.json
rustfmt.toml rustfmt.toml
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* Apache-2.0 license
* MIT license
* Security
More items
Introduction
Tauri is a framework for building tiny, blazingly fast binaries for all major operating systems. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.
The user interface in Tauri apps currently leverages tao as a window handling library on macOS, Windows, Linux, Android and iOS. To render your application, Tauri uses WRY, a library which provides a unified interface to the system webview, leveraging WKWebView on macOS & iOS, WebView2 on Windows, WebKitGTK on Linux and Android System WebView on Android.
To learn more about the details of how all of these pieces fit together, please consult this ARCHITECTURE.md document.
Getting Started
If you are interested in making a tauri app, please visit the documentation website.
The quickest way to get started is to install the prerequisites for your system and create a new project with create-tauri-app. For example with npm:
npm create tauri-app@latest
Features
The list of Tauri's features includes, but is not limited to:
* Built-in app bundler to create app bundles in formats like .app, .dmg, .deb, .rpm, .AppImage and Windows installers like .exe (via NSIS) and .msi (via WiX).
* Built-in self updater (desktop only)
* System tray icons
* Native notifications
* Native WebView Protocol (tauri doesn't create a localhost http(s) server to serve the WebView contents)
* GitHub action for streamlined CI
* VS Code extension
Platforms
Tauri currently supports development and distribution on the following platforms:
Platform Versions
Windows 7 and above
macOS 10.15 and above
Linux webkit2gtk 4.0 for Tauri v1 (for example Ubuntu 18.04). webkit2gtk 4.1 for Tauri v2 (for example Ubuntu 22.04).
iOS/iPadOS 9 and above
Android 7 and above (currently 8 and above)
Contributing
Before you start working on something, it's best to check if there is an existing issue first. It's also a good idea to stop by the Discord server and confirm with the team if it makes sense or if someone else is already working on it.
Please make sure to read the Contributing Guide before making a pull request.
Thank you to everyone contributing to Tauri!
Documentation
Documentation in a polyglot system is a tricky proposition. To this end, we prefer to use inline documentation in the Rust & JS source code as much as possible. Check out the hosting repository for the documentation site for further information: https://github.com/tauri-apps/tauri-docs
Partners
For the complete list of sponsors please visit our website and Open Collective.
Organization
Tauri aims to be a sustainable collective based on principles that guide sustainable free and open software communities. To this end it has become a Programme within the Commons Conservancy, and you can contribute financially via Open Collective.
Licenses
Code: (c) 2015 - Present - The Tauri Programme within The Commons Conservancy.
MIT or MIT/Apache 2.0 where applicable.
Logo: CC-BY-NC-ND
* Original Tauri Logo Designs by Alve Larsson, Daniel Thompson-Yvetot and Guillaume Chau
About
Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
tauri.app
Topics
desktop-apphigh-performancemobile-appnative-apprustweb-frontendwebview
Resources
Readme
Apache-2.0, MIT licenses found
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
110.1k stars
Watchers
563 watching
Forks
3.9k forks
Report repository
Releases
Sponsor this project
Packages
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.
Кончик: Выделите текст, которым хотите поделиться, или добавьте его в списки игнорирования.
— Скачать патч различий
На данный момент различия выполняются в текстовом виде, а не графически, доступен только последний скриншот.
Для создания снимка экрана требуется включенный Playwright/WebDriver.