{"id":181883,"date":"2026-06-03T14:48:30","date_gmt":"2026-06-03T12:48:32","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl"},"modified":"2026-06-03T14:48:30","modified_gmt":"2026-06-03T12:48:32","slug":"microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl","title":{"rendered":"Microsoft introduced Coreutils for Windows, the Intelligent Terminal emulator, and containers in WSL","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Microsoft has introduced a port of the Coreutils utility suite for the Windows platform. It includes several dozen utilities, such as sort, cat, chmod, chown, cp, find, sleep, tee, echo, uptime, and ls. This toolkit allows for direct use of standard utilities available in Linux and macOS on Windows, without the need for a WSL layer. The goal of the project is to simplify transitions between Unix-like systems, WSL, containers, and Windows, providing a unified set of commands, flags, and methods to carry existing scripts from other systems without rewriting them. The code is written in Rust and PowerShell, and is distributed under the MIT license.<\/p>\n<p>The implementation is based on the code from the uutils project (Rust Coreutils), which develops a version of GNU Coreutils in Rust, as well as the implementations of the find and grep utilities in Rust. The utilities are compiled into a single universal executable file \"C:\\Program Files\\coreutils\\coreutils.exe\", with individual commands linked through hard links in NTFS.  <\/p>\n<p>Due to conflicts with existing native Windows utilities or ties to specific capabilities, the following utilities have been excluded from the release: dd, dir, dircolors, shred, sync, uname, expand, kill, more, paste, timeout, and whoami. Utilities tied to POSIX concepts not supported in Windows have also been excluded: chcon, chgrp, chmod, chown, chroot, groups, hostid, id, install, logname, mkfifo, mknod, nice, nohup, pathchk, pinky, runcon, stdbuf, stty, tty, users, and who.<\/p>\n<p>Among the limitations and features, there is a need to use NUL instead of \/dev\/null, a lack of signal support (SIGHUP, SIGPIPE, SIGUSR), the possibility of creating symbolic links only after enabling developer mode, and the unavailability of certain operations with access rights. When working with directories, paths with the character \"\/\" as well as with \"\\\" are accepted.<\/p>\n<p>Simultaneously, the first release of the Intelligent Terminal emulator has been introduced, which is a fork of Windows Terminal with an integrated AI agent. It supports the connection of AI agents that comply with the ACP (Agent Client Protocol), such as GitHub Copilot, Claude, Codex, and Gemini. The terminal code is written in C++ and Rust, and is open under the MIT license.<\/p>\n<p>The terminal is functionally similar to Windows Terminal and also supports tabs, themes, profiles, keyboard shortcuts, and screen splitting into separate areas. Notable differences include a dedicated status bar displaying the state of the AI agent and a context-specific pinned panel for interaction with the AI agent. It allows viewing the history of AI agent actions and switching between different AI agents. There is also a mention of telemetry being sent to Microsoft with information about program usage.<\/p>\n<p><center><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/6ea06cc40c268c8f68f381b9c946a37e.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<p><center><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/06\/f8d1586a054f4edc16b49f8a1331ca36.png\" style=\"display:block;margin: 0 auto;\" \/><\/center><\/p>\n<p>Additionally, a project has been announced to create a system for running Linux containers on Windows, implemented on the basis of the WSL (Windows Subsystem for Linux) layer. The toolkit provides a standard command-line interface, wslc, and an API for creating, deploying, and running Linux-based containers from the Windows environment, as well as for accessing running containers from Windows. The first preview version of WSL containers is expected to be released in the coming months as part of an update for WSL. Since WSL is an open project, development can already be tracked on GitHub.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=65609\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Microsoft \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u0440\u0442 \u043d\u0430\u0431\u043e\u0440\u0430 \u0443\u0442\u0438\u043b\u0438\u0442 Coreutils \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Windows. \u0412 \u0441\u043e\u0441\u0442\u0430\u0432 \u0432\u0445\u043e\u0434\u0438\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432 \u0443\u0442\u0438\u043b\u0438\u0442, \u0432\u043a\u043b\u044e\u0447\u0430\u044f sort, cat, chmod, chown, cp, find, sleep, sort, tee, echo, uptime \u0438 ls. \u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432 Windows \u0442\u0438\u043f\u043e\u0432\u044b\u0435 \u0443\u0442\u0438\u043b\u0438\u0442\u044b, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0432 Linux \u0438 macOS, \u0431\u0435\u0437 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u043e\u0441\u043b\u043e\u0439\u043a\u0438 WSL. \u0426\u0435\u043b\u044c\u044e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u043e \u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043c\u0435\u0436\u0434\u0443 Unix-\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u043c\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c\u0438, [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-181883","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Microsoft \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u0440\u0442 \u043d\u0430\u0431\u043e\u0440\u0430 \u0443\u0442\u0438\u043b\u0438\u0442 Coreutils \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Windows. \u0412 \u0441\u043e\u0441\u0442\u0430\u0432 \u0432\u0445\u043e\u0434\u0438\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432 \u0443\u0442\u0438\u043b\u0438\u0442, \u0432\u043a\u043b\u044e\u0447\u0430\u044f sort, cat, chmod, chown, cp, find, sleep, sort, tee, echo, uptime \u0438 ls.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Erik Peterson\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47Microsoft \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b Coreutils \u0434\u043b\u044f Windows, \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430 Intelligent Terminal \u0438 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u0432 WSL | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Microsoft \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u0440\u0442 \u043d\u0430\u0431\u043e\u0440\u0430 \u0443\u0442\u0438\u043b\u0438\u0442 Coreutils \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Windows. \u0412 \u0441\u043e\u0441\u0442\u0430\u0432 \u0432\u0445\u043e\u0434\u0438\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432 \u0443\u0442\u0438\u043b\u0438\u0442, \u0432\u043a\u043b\u044e\u0447\u0430\u044f sort, cat, chmod, chown, cp, find, sleep, sort, tee, echo, uptime \u0438 ls.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-03T12:48:32+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-03T12:48:32+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Microsoft has introduced Coreutils for Windows, the Intelligent Terminal emulator, and containers in WSL | ProHoster","description":"Microsoft has introduced a port of the Coreutils utility set for the Windows platform. It includes several dozen utilities, including sort, cat, chmod, chown, cp, find, sleep, sort, tee, echo, uptime, and ls.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47Microsoft \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b Coreutils \u0434\u043b\u044f Windows, \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430 Intelligent Terminal \u0438 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b \u0432 WSL | ProHoster","og:description":"\u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f Microsoft \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u043f\u043e\u0440\u0442 \u043d\u0430\u0431\u043e\u0440\u0430 \u0443\u0442\u0438\u043b\u0438\u0442 Coreutils \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b Windows. \u0412 \u0441\u043e\u0441\u0442\u0430\u0432 \u0432\u0445\u043e\u0434\u0438\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0434\u0435\u0441\u044f\u0442\u043a\u043e\u0432 \u0443\u0442\u0438\u043b\u0438\u0442, \u0432\u043a\u043b\u044e\u0447\u0430\u044f sort, cat, chmod, chown, cp, find, sleep, sort, tee, echo, uptime \u0438 ls.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/microsoft-predstavil-coreutils-dlya-windows-emulyator-terminala-intelligent-terminal-i-kontejnery-v-wsl","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-06-03T12:48:32+00:00","article:modified_time":"2026-06-03T12:48:32+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/181883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=181883"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/181883\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=181883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=181883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=181883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}