{"id":26993717,"url":"https://github.com/netxs-group/VTM","last_synced_at":"2025-04-04T00:01:41.388Z","repository":{"id":40248575,"uuid":"209655898","full_name":"directvt/vtm","owner":"directvt","description":"Text-based desktop environment","archived":false,"fork":false,"pushed_at":"2024-10-25T19:44:21.000Z","size":20794,"stargazers_count":1618,"open_issues_count":21,"forks_count":43,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-10-29T15:40:48.564Z","etag":null,"topics":["desktop-environment","multiplexer","terminal","text-based","windows-console"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/directvt.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-19T22:01:31.000Z","updated_at":"2024-10-28T19:44:22.000Z","dependencies_parsed_at":"2024-01-15T18:55:21.895Z","dependency_job_id":"6909f7a8-a9b1-4044-9408-219564fd1351","html_url":"https://github.com/directvt/vtm","commit_stats":{"total_commits":4064,"total_committers":8,"mean_commits":508.0,"dds":"0.25541338582677164","last_synced_commit":"0e220d9299870d3bfd267d1e14b854d03eecad94"},"previous_names":["directvt/vtm","netxs-group/vtm"],"tags_count":268,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directvt%2Fvtm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directvt%2Fvtm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directvt%2Fvtm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/directvt%2Fvtm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/directvt","download_url":"https://codeload.github.com/directvt/vtm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097983,"owners_count":20883128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop-environment","multiplexer","terminal","text-based","windows-console"],"created_at":"2025-04-04T00:01:11.250Z","updated_at":"2025-04-04T00:01:41.361Z","avatar_url":"https://github.com/directvt.png","language":"C++","funding_links":[],"categories":["Tools","Entertainment and Games"],"sub_categories":["C++","COVID-19"],"readme":"# vtm\n\nIt is a text-based application where the entire user interface is represented by a mosaic of text cells forming a TUI matrix. The resulting TUI matrix is ​​just rendered either into its own GUI window or into a compatible text console.\n\nIt can wrap any console application and be nested indefinitely, forming a text-based desktop environment.\n\n\u003ca href=\"https://www.youtube.com/watch?v=kofkoxGjFWQ\"\u003e\n  \u003cimg width=\"400\" alt=\"Demo on YouTube\" src=\"https://user-images.githubusercontent.com/11535558/146906370-c9705579-1bbb-4e9e-8977-47312f551cc8.gif\"\u003e\n\u003c/a\u003e\n\n# Supported platforms\n\n- Windows\n  - Windows 8.1 and later\n- [*nix](https://en.wikipedia.org/wiki/Unix-like)\n  - Linux\n  - macOS\n  - FreeBSD\n  - NetBSD\n  - OpenBSD\n  - [`...`](https://en.wikipedia.org/wiki/POSIX#POSIX-oriented_operating_systems)\n\n[Tested Terminals](https://github.com/directvt/vtm/discussions/72)\n\n\u003csup\u003eCurrently, rendering into a native GUI window is only available on the Windows platform; on *nix platforms, a terminal emulator is required.\u003c/sup\u003e\n\n# Binary downloads\n\n![Linux](.resources/status/linux.svg)     [![Intel 64-bit](.resources/status/arch_x86_64.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_linux_x86_64.zip) [![Intel 32-bit](.resources/status/arch_x86.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_linux_x86.zip) [![ARM 64-bit](.resources/status/arch_arm64.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_linux_arm64.zip) [![ARM 32-bit](.resources/status/arch_arm32.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_linux_arm32.zip)  \n![Windows](.resources/status/windows.svg) [![Intel 64-bit](.resources/status/arch_x86_64.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_windows_x86_64.zip)  [![Intel 32-bit](.resources/status/arch_x86.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_windows_x86.zip)  [![ARM 64-bit](.resources/status/arch_arm64.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_windows_arm64.zip)  \n![macOS](.resources/status/macos.svg)     [![Universal](.resources/status/arch_any.svg)](https://github.com/directvt/vtm/releases/latest/download/vtm_macos_any.zip)  \n\n# Documentation\n\n- [Architecture](doc/architecture.md)\n- [Building from source](doc/build.md)\n- [Command-line options](doc/command-line-options.md)\n- [User interface](doc/user-interface.md)\n- [Settings](doc/settings.md)\n- [Unicode Character Geometry Modifiers](doc/character_geometry.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetxs-group%2FVTM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetxs-group%2FVTM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetxs-group%2FVTM/lists"}