The official Codex desktop app from OpenAI is your command center for agentic software development.
With the Codex app you can:
- Multi-task with agents — Run multiple coding agents in parallel, organized by project and thread
- Keep work isolated — Built-in worktrees and cloud environments let agents make changes simultaneously without conflicts
- Review before you merge — Inspect diffs in the thread, leave comments, and open changes in your editor
- Stay in flow — Seamlessly switch between tasks and projects without losing context
- Use skills — Extend Codex with reusable workflows that bundle tools, scripts, and team conventions
- Automate repeat work — Delegate routine tasks with scheduled or repeatable workflows
- Bring your setup — Picks up your history and configuration from the Codex CLI and IDE extension
- Safer by default on Windows — Codex runs in a secure sandbox with bounded permissions, and only escalates when you approve it
Download Codex and ship more, with less overhead.
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the Python web site, https://www.python.org/, and may be freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation.
The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for customizable applications.
一款为嵌入式系统量身打造的通讯调试工具,支持串口调试、TCP 和 UDP 调试。功能强大却简单易用,助你轻松收发数据,实时查看分析,瞬间提升开发效率!
主要功能:
1. 接收串口数据并显示。可选“字符串”或“HEX”。
2 中文显示无乱码,支持多种字符编码(如:ASCII, GB2312, UNICODE, UTF-8, BIG5, shift_jis)。
3. 支持多种预设波特率(>115200bps需要硬件支持),同时支持自定义波特率。
4. 支持扩展命令,预设命令,方便调试。
5. 自定义命令列表:将多条要发送的命令组合成一个列表,一次点击即可自动执行所有命令。
6. 自动断帧:在接收数据包间有时间间隔时自动换行,方便观测。
7. 波形显示功能:协议数据可显示为波形,支持波形回看和截图。
注意:Windows 10 需要安装 WebView2 运行时。
Install a complete Ubuntu terminal environment in minutes with Windows Subsystem for Linux (WSL). Develop cross-platform applications, improve your data science or web development workflows and manage IT infrastructure without leaving Windows.
Key features:
- Efficient command line utilities including bash, ssh, git, apt, npm, pip and many more
- Manage Docker containers with improved performance and startup times
- Leverage GPU acceleration for AI/ML workloads with NVIDIA CUDA
- A consistent development to deployment workflow when using Ubuntu in the cloud
- 5 years of security patching with Ubuntu Long Term Support (LTS) releases
Ubuntu currently provides the 24.04.1 LTS release. When new LTS versions are released, Ubuntu can be upgraded once the first point release is available. This can be done from the command line by using:
sudo do-release-upgrade
Installation tips:
- Search for "Turn Windows features on or off" in the Windows search bar and ensure that "Windows Subsystem for Linux" is turned on before restarting your machine.
- To launch, use "ubuntu" on the command-line prompt or Windows Terminal, or click on the Ubuntu tile in the Start Menu.
For more information about Ubuntu WSL and how Canonical supports developers please visit:
https://ubuntu.com/wsl
Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the Python web site, https://www.python.org/, and may be freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation.
The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for customizable applications.
We've updated WinDbg to have more modern visuals, faster windows, a full-fledged scripting experience, and Time Travel Debugging, all with the easily extensible debugger data model front and center. WinDbg is using the same underlying engine as WinDbg (classic), so all the commands, extensions, and workflows you're used to will still work as they did before.
See https://aka.ms/WinDbgWhatsNew and https://go.microsoft.com/fwlink/p/?linkid=854349 for more information!
IMPORTANT: This app works with Windows 10/11 Pro and Home but not with Windows 10/11 S.
WSL UI - A Modern WSL Distribution Manager
Easily manage your Windows Subsystem for Linux distributions with a clean, modern interface. Built with performance in mind using Tauri and React.
KEY FEATURES
Distribution Management
• View all installed WSL distributions at a glance
• Filter by status, source, or WSL version
• Start, stop, restart, and force stop distributions
• Set default distribution
• Rename distributions
• Delete distributions you no longer need
• Shutdown all running distributions instantly
• Convert between WSL 1 and WSL 2
Backup & Portability
• Export distributions to .tar files for backup
• Import distributions from backups
• Clone existing distributions
• Move distributions to different drives
Installation Options
• Install from Microsoft Store catalog
• Install from Docker or Podman container images
• Built-in OCI support (no Docker/Podman required)
• Browse Linux Containers (LXC) community catalog
• Add custom rootfs download sources
Automation
• Quick actions for common tasks (terminal, VS Code, file explorer)
• Create custom actions with variable support
• Configure startup actions to run when distributions start
Advanced Features
• Monitor CPU, memory, and disk usage per distribution
• Resize virtual disk size
• Mount VHD files and physical disks
• Configure WSL global settings (.wslconfig)
• Configure per-distribution settings (wsl.conf)
• Status bar with running count, memory usage, and WSL IP
• System tray mode for quick access
Theming & Accessibility
• 17 built-in themes (dark, light, and balanced options)
• Custom theme editor with live preview
• High contrast theme for accessibility
• ARM64 and x64 support
Integrations
• VS Code and Cursor - Open distributions in your IDE
• Windows Terminal and custom terminals
• File Explorer - Browse WSL files natively
• Configurable IDE and terminal commands
LIGHTWEIGHT & FAST
WSL UI is built with Tauri (Rust + React), resulting in:
• ~4MB MSI installer (~2MB portable)
• Minimal memory footprint
• Native Windows performance
• No Electron bloat
LICENSE
WSL UI is source-available under the Business Source License 1.1 (BUSL-1.1).
Free for personal use and organizations under $1M annual revenue.
For commercial licensing, contact: wsl-ui@octasoft.co.uk
Source Code: https://github.com/octasoft-ltd/wsl-ui
Developer: https://github.com/octasoft-ltd
SYSTEM ACCESS
WSL UI requires "runFullTrust" capability to manage WSL distributions. The app interacts with Windows system tools to provide its functionality:
Core Tools:
• wsl.exe - WSL management (list, start, stop, terminate, export, import, install)
• PowerShell - Read disk usage and system information
• cmd.exe - Execute distribution commands
File & Registry:
• reg.exe - Read WSL registry settings (distribution paths, configuration)
• explorer.exe - Open WSL filesystem in File Explorer
• curl.exe - Download rootfs images from custom sources
Optional Integrations:
• wt.exe (Windows Terminal) - Launch terminal sessions
• docker/podman - Import distributions from container images (if installed)
• VS Code - Open distributions in editor (if installed)
All tools are standard Windows components. The app does not modify system files, install drivers, or access data outside of WSL management. Source code is available for review at the GitHub repository.
REQUIREMENTS
• Windows 10 version 1903 or later (build 18362+)
• Windows Subsystem for Linux enabled
• WSL2 recommended for best experience
Termius - Modern SSH Client
开发人员工具 免费
Termius is a modern SSH client designed for productivity and collaboration. Connect with one click from desktop and mobile—no re-entering IP addresses, ports, and passwords.
With a free Termius Starter plan, you can:
· Connect from your mobile and desktop device with SSH, Mosh, Telnet, Port Forwarding, and SFTP.
· Work in several sessions simultaneously with a multi-tab interface and split-view support.
· Customize your terminal themes and fonts for each connection.
· Save your favorite and frequently used commands and shell scripts to execute them with a tap instead of typing.
· Quickly access the unified history of your terminal commands.
· Get the support of ECDSA and ed25519 keys as well as a chacha20-poly1305 cipher.
· Set custom environment variables.
· Protect your credentials with Touch ID or Face ID and your account with two-factor authentication.
· Run your saved commands on multiple sessions or servers or instantly get them autocompleted in the terminal.
· Authenticate using hardware FIDO2 keys.
· Ad-free.
With the Termius Pro plan, you can also:
· Access your connection settings and credentials from any device anytime with an encrypted cloud vault.
· No limitations on the number of devices to sync.
· Connect to your hardware via Serial Cable.
· Connect through Proxy and jump servers.
· Integrate with AWS and DigitalOcean.
· Keep your keys on your machine with SSH agent forwarding.
Termius reinvents the command line experience. We strive to make remote access for admins and engineers a more productive and enjoyable experience.
Please review our privacy policy https://termius.com/privacy_policy.html and terms of use https://termius.com/terms_of_use.html.
Stellar Repair for Excel File
开发人员工具 ¥284.00
Complete Excel repair tool for .xls, .xlsx, .xltm, .xltx, and .xlsm files. It restores all Microsoft Excel's objects with 100% accuracy. A handy solution for fixing all Excel corruption errors, such as unrecognizable format, 'Excel found unreadable content' in name.xls, and 'file name is not valid' and more.
Easily Repair Corrupt Excel Files: Stellar Repair for Excel software previously known as Stellar Phoenix Excel Repair can repair & fix corrupt Excel files of any size. It removes corruption from individual objects, fixes the damage, and restores the Excel file back to its original state. The Excel repair tool can repair multiple Excel files in a batch.
Resolves All Excel Corruption Errors: This Excel file repair tool fixes all types of Excel corruption errors, such as unrecognizable format, Excel found unreadable content in name.xls, Excel cannot open the file filename.xlsx, file name is not valid, the Excel file is corrupt and cannot be opened, etc. It provides a comprehensive solution for fixing Excel file issues.
Preview the Repaired Excel File: The Excel File Recovery Software shows a preview of the repaired Excel file and its recoverable contents, including all its objects in the preview window. You will see the sheet with maximum amount of data with the original formatting and properties. You can also preview other worksheets by clicking on them. This functionality allows you to verify the data in your repaired Excel file before saving the file.