2022-12-10 09:40:17 +00:00
# :floppy_disk: [DiskerNet](https://github.com/c9fe/22120) [![source lines of code](https://sloc.xyz/github/crisdosyago/Diskernet)](https://sloc.xyz) [![npm downloads (22120)](https://img.shields.io/npm/dt/archivist1?label=npm%20downloads%20%2822120%29)](https://npmjs.com/package/archivist1) [![npm downloads (diskernet, since Jan 2022)](https://img.shields.io/npm/dt/diskernet?label=npm%20downloads%20%28diskernet%2C%20since%20Jan%202022%29)](https://npmjs.com/package/diskernet) [![binary downloads](https://img.shields.io/github/downloads/c9fe/22120/total?label=OS%20binary%20downloads)](https://GitHub.com/crisdosyago/DiskerNet/releases) [![visitors+++](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fc9fe%2F22120&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=%28today%2Ftotal%29%20visitors%2B%2B%2B%20since%20Oct%2027%202020&edge_flat=false)](https://hits.seeyoufarm.com) ![version](https://img.shields.io/npm/v/archivist1)
:floppy_disk: - an internet on yer Disk
2022-12-10 09:20:20 +00:00
< h1 > DiskerNet< / h1 >
2021-11-03 04:51:04 +00:00
2022-12-10 09:20:20 +00:00
< p > Introducing DiskerNet - the tool that connects to your browser and makes it easy to save and organize the things you discover online.< / p >
2021-12-30 04:47:58 +00:00
2022-12-10 09:20:20 +00:00
< p > With DiskerNet, you can choose between two modes:< / p >
2021-11-03 04:51:04 +00:00
2022-12-10 09:20:20 +00:00
< ul >
< li > Archive everything you browse, automatically saving every page you visit< / li >
< li > Archive only what you bookmark, allowing you to selectively save the most important content< / li >
< / ul >
2021-11-03 04:51:04 +00:00
2022-12-10 09:20:20 +00:00
< p > No matter which mode you choose, DiskerNet makes it easy to search, browse, and share your archived content. Plus, our tool is lightweight and doesn't require any special plugins or extensions.< / p >
2021-11-03 04:51:04 +00:00
2022-12-10 09:20:20 +00:00
< h2 > Key features< / h2 >
2022-01-04 16:07:03 +00:00
2022-12-10 09:20:20 +00:00
< ul >
< li > Connects to your browser and automatically archives your browsing activity< / li >
< li > Two modes: archive everything or only bookmark-worthy content< / li >
< li > Easy-to-use interface for searching, browsing, and sharing your archives< / li >
< li > Lightweight and doesn't require any special plugins or extensions< / li >
< / ul >
2022-01-04 16:07:03 +00:00
2022-12-10 09:20:20 +00:00
< h2 > Why choose DiskerNet?< / h2 >
2022-01-05 06:37:22 +00:00
2022-12-10 09:20:20 +00:00
< ul >
< li > Never lose track of your favorite online content again< / li >
< li > Save time by quickly finding the information you need< / li >
< li > Share your archives with others, or keep them private< / li >
< li > Easy to use and doesn't require any extra tools or plugins< / li >
< / ul >
2022-01-05 06:37:22 +00:00
2022-12-10 09:20:20 +00:00
< p > To get started with DiskerNet, simply download the tool and connect it to your browser. You'll be amazed at how much easier it is to save and organize the things you discover online.< / p >
2022-01-05 06:37:22 +00:00
2022-12-10 09:20:20 +00:00
< h2 > Licensing< / h2 >
2022-01-05 06:37:22 +00:00
2022-12-10 09:20:20 +00:00
< p > DiskerNet is licensed under the Polyform Strict License 1.0.0. You can purchase a license for different uses below:< / p >
2022-01-05 06:37:22 +00:00
2022-12-10 09:20:20 +00:00
< ul >
< li > For personal, research, noncommercial purposes: Buy a Perpetual Non-commercial Use License of the current Version re-upped Monthly to the Latest Version, USD$1.99 per month< / li >
< li > For part of your internal tooling in your org: Buy a Perpetual Internal Use License of the current Version re-upped Monthly to the Latest Version, USD $12.99 per month< / li >
< li > For anywhere in your business: Buy a Perpetual Small-medium Business License of the current Version re-upped Monthly to the Latest Version, USD $99 per month.< / li >
< / ul >
2021-11-03 04:51:04 +00:00
2022-12-10 09:40:17 +00:00
## Get it
[Download a release ](https://github.com/crisdosyago/Diskernet/releases )
or ...
**Get it on [npm ](https://www.npmjs.com/package/diskernet ):**
```sh
$ npm i -g diskernet@latest
```
or...
**Build your own binaries:**
```sh
$ git clone https://github.com/crisdosyago/DiskerNet
$ cd DiskerNet
$ npm i
$ ./scripts/build_setup.sh
$ ./scripts/compile.sh
$ cd bin/
```