Wingetlywingetly
← All apps
R

rulogman

by Xcomartv0.5.7

Last updated

A multi-platform GUI SSH terminal with a files panel, a built-in editor and split panes.

Install with winget

$ winget install --id Xcomart.Rulogman --exact --version 0.5.7

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for rulogman

rulogman uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, user scope)
rulogman-v0.5.7-x86_64-pc-windows-msvc-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for rulogman

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

rulogman is a desktop SSH client written in Rust and drawn with gpui, the

GPU-accelerated UI framework behind the Zed editor. Connections are saved as

profiles — host, user, password or private key — and open in tabs that can be split

into panes, each with its own connection and its own scrollback. The terminal itself

is alacritty_terminal, so colours, cursor addressing, the alternate screen and

full-screen programs such as vim, tmux and htop behave as they do in any other

terminal.

Beside the terminal sits a files panel that browses the session's filesystem over

SFTP on a channel of the same connection, with drag-and-drop transfers and a

breadcrumb path. Right-clicking a file opens it in a built-in editor tab with line

numbers, find and replace, undo and syntax highlighting for seventeen formats, and

Ctrl+S writes it back over the connection it came from. Port forwarding rules are

saved with the profile and open as soon as the shell is up.

Not every terminal is remote: local shells are first-class too, with PowerShell, cmd

and every installed WSL distribution offered from the start screen. Host keys are

checked on the trust-on-first-use convention, and passwords and key passphrases go

to the Windows Credential Manager rather than to any configuration file. Themes and

terminal colour schemes are picked independently, scheme files use Windows

Terminal's format, and the interface is available in eight languages.

Installers · v0.5.7

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for rulogman.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • R
    RipGrep MSVCBurntSushi
    BurntSushi.ripgrep.MSVCv15.2.0

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • Windows Subsystem for LinuxMicrosoft Corp.
    Microsoft.WSLv2.7.13

    A feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting.

  • Zapret Hubgoshkow
    goshkow.ZapretHubv1.4.4.0

    GUI for zapret and TG WS Proxy

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.100.0

    Take GitHub to the command line

  • XTerminalXterminal
    JiLuo.Xterminalv5.8.6

    更好用的开发工具,但不止于 SSH/控制台/More

  • P
    psmuxJosh
    marlocarlo.psmuxv3.3.8

    Terminal multiplexer for Windows - tmux alternative for PowerShell and Windows Terminal

More from Xcomart or browse console, developer-tools, gui.

Frequently asked questions

How do I install rulogman on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Xcomart.Rulogman --exact --version 0.5.7. winget downloads the installer from Xcomart and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install rulogman silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Xcomart.Rulogman --exact 0.5.7 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for rulogman?
rulogman uses EXE (Inno Setup). Run the downloaded installer with: rulogman-v0.5.7-x86_64-pc-windows-msvc-setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall rulogman via winget?
Run: winget uninstall --id Xcomart.Rulogman --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from rulogman's Apps & Features entry.
Is rulogman free?
rulogman is distributed under MIT. Refer to the publisher (https://github.com/xcomart/rulogman) for the full license terms - Wingetly itself does not charge for installation.
Does rulogman work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls rulogman directly from the publisher.
How do I keep rulogman up to date?
Run winget upgrade --id Xcomart.Rulogman --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of rulogman from microsoft/winget-pkgs.