npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@egoistdeveloper/operating-system-logos

v1.2.3

Published

Operating System Logos in Different Sizes

Downloads

374

Readme

operating-system-logos

EgoistDeveloper operating-system-logos

OS logos or operating system logo list in different sizes. It helps statistic or log listing and graph visualising.

Installation

npm i @egoistdeveloper/operating-system-logos

Available Sizes

  • 16x16
  • 24-x24
  • 32x32
  • 48x48
  • 64x64
  • 128x128

All icons listing .png format.

List of operating system names and short codes

Image files are named according to these name (see the reference). Current and frequently used logos defining operating systems were selected. Therefore, the version or naming differences were ignored when listing.

There is no standard or formula for OS cataloging. This project uses above referenced alpha3 codes and generic names. There are many solution for OS name showing and we can use below listing methods. We can search in slug/name list then use matched result code for showing os icon file (yes, I know it is not the best way. we can discuss).

Alpha3 list alpha3-list.json and slug list slug-list.json.

Preview List

⚠️ Total: 83, Available: 83, Unavailable: 0

| Preview | Code | Name | Status | | ------- | ---- | ---- | ------ | | | AIX | AIX | ✅ | | | AND | Android | ✅ | | | AMG | AmigaOS | ✅ | | | ATV | tvOS | ✅ | | | ARL | Arch Linux | ✅ | | | BTR | BackTrack | ✅ | | | SBA | Bada | ✅ | | | BEO | BeOS | ✅ | | | BLB | BlackBerry OS | ✅ | | | QNX | BlackBerry Tablet OS | ✅ | | | CAI | Caixa Mágica | ✅ | | | CES | CentOS | ✅ | | | COS | Chrome OS | ✅ | | | CYN | CyanogenMod | ✅ | | | DEB | Debian | ✅ | | | DEE | Deepin | ✅ | | | DFB | DragonFly | ✅ | | | FED | Fedora | ✅ | | | FOS | Firefox OS | ✅ | | | FIR | Fire OS | ✅ | | | BSD | FreeBSD | ✅ | | | FYD | FydeOS | ✅ | | | GNT | Gentoo | ✅ | | | GTV | Google TV | ✅ | | | HPX | HP-UX | ✅ | | | HAI | Haiku OS | ✅ | | | IPA | iPadOS | ✅ | | | HAR | HarmonyOS | ✅ | | | KOS | KaiOS | ✅ | | | KNO | Knoppix | ✅ | | | KBT | Kubuntu | ✅ | | | LIN | GNU/Linux | ✅ | | | LBT | Lubuntu | ✅ | | | MAC | Mac | ✅ | | | MAE | Maemo | ✅ | | | MAG | Mageia | ✅ | | | MDR | Mandriva | ✅ | | | SMG | MeeGo | ✅ | | | MIN | Mint | ✅ | | | MOR | MorphOS | ✅ | | | NBS | NetBSD | ✅ | | | WII | Nintendo | ✅ | | | NDS | Nintendo Mobile | ✅ | | | OS2 | OS/2 | ✅ | | | OBS | OpenBSD | ✅ | | | OWR | OpenWrt | ✅ | | | PCL | PCLinuxOS | ✅ | | | PSP | PlayStation Portable | ✅ | | | PS3 | PlayStation | ✅ | | | RHT | Red Hat | ✅ | | | ROS | RISC OS | ✅ | | | ROK | Roku OS | ✅ | | | RSO | Rosa | ✅ | | | REM | Remix OS | ✅ | | | REX | REX | ✅ | | | SAB | Sabayon | ✅ | | | SSE | SUSE | ✅ | | | SAF | Sailfish OS | ✅ | | | SLW | Slackware | ✅ | | | SOS | Solaris | ✅ | | | SYL | Syllable | ✅ | | | SYM | Symbian | ✅ | | | SYS | Symbian OS | ✅ | | | S40 | Symbian OS Series 40 | ✅ | | | S60 | Symbian OS Series 60 | ✅ | | | SY3 | Symbian^3 | ✅ | | | TDX | ThreadX | ✅ | | | TIZ | Tizen | ✅ | | | UBT | Ubuntu | ✅ | | | WAS | watchOS | ✅ | | | WHS | Whale OS | ✅ | | | WIN | Windows | ✅ | | | WCE | Windows CE | ✅ | | | WIO | Windows IoT | ✅ | | | WMO | Windows Mobile | ✅ | | | WPH | Windows Phone | ✅ | | | WRT | Windows RT | ✅ | | | XBX | Xbox | ✅ | | | XBT | Xubuntu | ✅ | | | YNS | YunOs | ✅ | | | IOS | iOS | ✅ | | | POS | palmOS | ✅ | | | WOS | webOS | ✅ |

Contribution

When you find a lost os icon, add related folders with required sizes (listed above). Then add unique uppercase alpha3 short code (also this is going to be filename) and with name to list.json. Finally go to src folder and run node list.js command (obviously nodejs must be installed). list.js generates automatically preview list and updates this readme.md file (this option useful for multiple icons). All files must be .png format.

Also this repo open for SVG support, waiting PR's.

Legal

All logos and trademarks are the property of their respective owners! If you represent the entity that has the rights over a logo and you want, for whatever reason, that logo removed from this project, open an issue requesting its takedown and we will remove it as soon as possible.