[LOGO] OpenVMS

Open Beginner friendly
#2,087 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
c

Research direction

Start with the attached ASCII Logo.txt and Logo.txt, then locate the existing OS-logo entry point in fastfetch and compare its format with nearby logos. Add OpenVMS using the supplied artwork, keeping it within the stated 50x20 limit and preserving the required color handling; verify it renders correctly.

Written by the indexing model from the issue text.

Description

logo request
OS

$ SHOW SYSTEM
OpenVMS V9.2-3 on node X86923 6-DEC-2025 12:48:09.34 Uptime 0 00:09:07
Pid Process Name State Pri I/O CPU Page flts Pages
00000401 SWAPPER HIB 16 0 0 00:00:00.03 0 17
00000404 LANACP HIB 14 64 0 00:00:00.01 204 255
00000406 FASTPATH_SERVER HIB 10 8 0 00:00:00.01 161 202
00000407 IPCACP HIB 10 8 0 00:00:00.00 138 180
00000408 ERRFMT HIB 9 48 0 00:00:00.00 192 237
0000040A OPCOM HIB 7 70 0 00:00:00.03 177 183
0000040B AUDIT_SERVER HIB 9 61 0 00:00:00.03 227 287
0000040C JOB_CONTROL HIB 10 56 0 00:00:00.00 186 252
0000040E QUEUE_MANAGER HIB 10 67 0 00:00:00.01 218 289
0000040F SECURITY_SERVER HIB 10 20 0 00:00:00.02 289 344 M
00000410 ACME_SERVER HIB 10 44 0 00:00:00.03 305 378 M
00000415 TCPIP$INETACP HIB 10 149 0 00:00:00.05 250 231
00000416 TCPIP$DHCP_C0 HIB 2 331 0 00:00:00.12 1270 1170 M
00000425 SMHANDLER HIB 8 42 0 00:00:00.01 274 297
00000426 SYSTEM CUR 0 4 488 0 00:00:00.18 702 337
$ WRITE SYS$OUTPUT F$GETSYI("VERSION")
V9.2-3
$ WRITE SYS$OUTPUT F$GETSYI("NODENAME")
X86923
$ WRITE SYS$OUTPUT F$GETSYI("ARCH_NAME")
x86_64

ASCII Art

ASCII Logo.txt (Small)

Logo.txt (Normal)

Original Image

https://vmssoftware.com/images/intro/openvms.svg

Checklist
  • The ASCII art is smaller than 50x20 characters (width x height)
  • The ASCII art contains color codes, or the color codes are available in os-release
  • The ASCII art contains no internal paddings (spaces at the start and the end of lines)
Dominant language
C
Stars
24.7k
Forks
895
Avg merge
1d 4h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fastfetch-cli/fastfetch

All issues in fastfetch-cli/fastfetch

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.