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

anonvm

v1.0.29

Published

evergreen

Downloads

3

Readme

anonvm

evergreen .. anon as an appliance (aaaa!) :D

Introduction

The anon project, written mostly in PHP as back-end, stashed in the Arctic-CodeVault, depends on older system logic in order to run as expected; therefore the hard-drive image in this repository contains everything needed to run Anon.


Installation

The installation process is rather simple, however it depends on the OS you are running; though the following happens during installation:

  1. the installer checks if virt-manager is available, if not - the installer exits moaning about it
  2. the anonvm repository is cloned to the local machine at the (optional) path specified at install (or deploy) command; if none was given, the current working directory (folder in terminal path) is used as install target
  3. the virt-manager CLI is used to register the anonvm-disk-image as local vm, copied to the path specified in step 2 (above)
  4. the anonvm command is copied to the current user's ~/.local/bin folder
  5. if the ~/.local/bin path is not in the current user's environment $PATH, it is set in this step

Dependencies

  • Operating System: Linux (with para-virtualization enabled)
  • packages: bash virt-manager virsh npm nodejs chromium
  • disk space: 4Gb (recommended: 20Gb)

the download size is ~4Gb .. though copied in fragments, 3x this is needed to unpack, but uses only 4Gb after install

the normal way

  1. run the following command: npm install anonvm
  2. follow the prompts on screen
  3. proceed with how to use anonvm
  4. ignore the rest of these install instructions, you are ready to use anon

the minimal way

  1. download the .qcow2 image, or clone this repository
  2. import that image as an appliance using virt-manager (qemu)
  3. start/stop the machine as you see fit, though all the anonvm commands below won't work

Using AnonVM

If you've installed Anon using the normal way, you can now access it via CLI -which is also used to launch the GUI as follows:


[user@host ~]$ anonvm init client   # starts GUI (after starting server)
[user@host ~]$ anonvm stop client   # keeps  CLI running

[user@host ~]$ anonvm init server   # starts CLI (after stopping - if running)
[user@host ~]$ anonvm stop server   # stops  CLI (if running) .. won't fail

Troubleshooting

If you're having issues, or just feel like experimenting, here are some commands that could help:


# after installing .. cd to inside the cloned repo folder:

[user@host anonvm]$ npm run deploy . # installs anonvm from here, or any folder path to where the anonvm binaries should live
[user@host anonvm]$ npm run remove   # removes  anonvm entirely from your system