All Projects → q3aql → Aria2 Static Builds

q3aql / Aria2 Static Builds

aria2 static builds for GNU/Linux & Windows (with OpenSSL).

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Aria2 Static Builds

Statik
Embed files into a Go executable
Stars: ✭ 3,348 (+512.07%)
Mutual labels:  static
Static React
Zero-configuration CLI React static renderer
Stars: ✭ 358 (-34.55%)
Mutual labels:  static
Java Callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
Stars: ✭ 455 (-16.82%)
Mutual labels:  static
Amm
Aria2 Menubar Monitor
Stars: ✭ 312 (-42.96%)
Mutual labels:  aria2
Serve Handler
The foundation of `serve`
Stars: ✭ 349 (-36.2%)
Mutual labels:  static
Carp
Carp is a programming language designed to work well for interactive and performance sensitive use cases like games, sound synthesis and visualizations.
Stars: ✭ 4,389 (+702.38%)
Mutual labels:  static
Photon
A lightweight multi-threaded downloader based on aria2.
Stars: ✭ 3,030 (+453.93%)
Mutual labels:  aria2
Arduinomenu
Arduino generic menu/interactivity system
Stars: ✭ 520 (-4.94%)
Mutual labels:  static
Detekt
Static code analysis for Kotlin
Stars: ✭ 4,169 (+662.16%)
Mutual labels:  static
Simple Http Server
Simple http server in Rust (Windows/Mac/Linux)
Stars: ✭ 428 (-21.76%)
Mutual labels:  static
Kikoplay
KikoPlay - NOT ONLY A Full-Featured Danmu Player 不仅仅是全功能弹幕播放器
Stars: ✭ 313 (-42.78%)
Mutual labels:  aria2
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (-38.76%)
Mutual labels:  aria2
Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (-26.69%)
Mutual labels:  static
Devblog
A lightweight, customizable personal blog template built with GatsbyJS and React
Stars: ✭ 312 (-42.96%)
Mutual labels:  static
Aria2.js
JavaScript library for aria2, "The next generation download utility."
Stars: ✭ 471 (-13.89%)
Mutual labels:  aria2
Aria2app
Aria2App is an advanced download manager based on aria2 that can handle remote servers too.
Stars: ✭ 294 (-46.25%)
Mutual labels:  aria2
Openiothub
💖A free IoT (Internet of Things) platform and private cloud. [一个免费的物联网和私有云平台,支持内网穿透]
Stars: ✭ 371 (-32.18%)
Mutual labels:  aria2
Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (+853.93%)
Mutual labels:  aria2
Gatsby Starter Gcn
A starter template to build amazing static websites with Gatsby, Contentful and Netlify
Stars: ✭ 488 (-10.79%)
Mutual labels:  static
Phpinsights
🔰 Instant PHP quality checks from your console
Stars: ✭ 4,442 (+712.07%)
Mutual labels:  static

aria2 static builds for GNU/Linux & Windows

aria2 1.35.0 builds (with OpenSSL):

Note: The error with bcrypt.dll library on Windows XP has been fixed.

How to install:

  • GNU/Linux instructions:

    • Open the terminal.
    • Type the command: tar jxvf aria2-1.35.0-linux-gnu-[arch]-build1.tar.bz2
    • Change the directory: cd aria2-1.35.0-linux-gnu-[arch]-build1
    • Finally, install the static binary (as root): make install
  • Windows instruccions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\aria2
    • Add the folder to PATH variable

CA Certificates on Windows (HTTPS):

To perform downloads using HTTPS, is necessary the ca-certificates. For default, Linux binaries read the certificates from /etc/ssl/certs/ca-certificates.crt, but with Windows binaries are necessary define the path of certificates.

You can define the path of the certificates permanently using aria2.conf located on C:\Users\<user>\.aria2\. If you use Windows XP, the file is located on C:\Documents and settings\<user>\.aria2\. For example, you just have to add the following line:

ca-certificate=C:\Program Files\aria2\certs\ca-certificates.crt

If you prefer load the certificates manually, you can use the following command:

C:\PATH\> aria2c --ca-certificate=<PATH-TO-CERTIFICATE> <URL>

Also, is possible disable the use of certificates with the following command:

C:\PATH\> aria2c --check-certificate=false <URL>

Used external libraries:

External links:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].