axel-download-accelerator / Axel

Licence: gpl-2.0
Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.

Programming Languages

c
50402 projects - #5 most used programming language
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Axel

tiktok-downloader
Tiktok Downloader/Scraper using requests & bs4
Stars: āœ­ 47 (-97.65%)
Mutual labels:  lightweight, downloader
Got
Got: Simple golang package and CLI tool to download large files faster šŸƒ than cURL and Wget!
Stars: āœ­ 469 (-76.51%)
Mutual labels:  hacktoberfest, downloader
TTInputVisibilityController
Lightweight controller to keep your inputs visible when the keyboard is presented.
Stars: āœ­ 21 (-98.95%)
Mutual labels:  light, lightweight
MatrixLib
Lightweight header-only matrix library (C++) for numerical optimization and machine learning. Contact me if there is an exciting opportunity.
Stars: āœ­ 35 (-98.25%)
Mutual labels:  light, lightweight
Youtubeexplode.converter
Muxes and converts videos from YoutubeExplode
Stars: āœ­ 68 (-96.59%)
Mutual labels:  hacktoberfest, downloader
Translucide
CMS efficient, lƩger, simple Ơ prendre en main, customisable et ƩcoconƧu !
Stars: āœ­ 31 (-98.45%)
Mutual labels:  light, lightweight
Downloader For Apple Developers
Download Xcode, WWDC Videos, and other developer tools up to 16 times faster.
Stars: āœ­ 456 (-77.17%)
Mutual labels:  hacktoberfest, downloader
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: āœ­ 3,428 (+71.66%)
Mutual labels:  hacktoberfest, lightweight
Senseme
Python Library for Haiku SenseMe app controlled fans/lights
Stars: āœ­ 19 (-99.05%)
Mutual labels:  hacktoberfest, light
Utox
ĀµTox the lightest and fluffiest Tox client
Stars: āœ­ 820 (-58.94%)
Mutual labels:  lightweight, light
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: āœ­ 89 (-95.54%)
Mutual labels:  light, lightweight
Cstate
šŸ”„ Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: āœ­ 1,186 (-40.61%)
Mutual labels:  hacktoberfest, light
fansly
Simply scrape / download all the media from an fansly account
Stars: āœ­ 351 (-82.42%)
Mutual labels:  lightweight, downloader
baruch
A mobile app where you can read and download light novels.
Stars: āœ­ 68 (-96.59%)
Mutual labels:  light, downloader
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: āœ­ 254 (-87.28%)
Mutual labels:  hacktoberfest, lightweight
Goph
šŸ¤˜ The native golang ssh client to execute your commands over ssh connection. šŸš€šŸš€
Stars: āœ­ 734 (-63.24%)
Mutual labels:  hacktoberfest, downloader
Anime Downloader
A simple but powerful anime downloader and streamer.
Stars: āœ­ 1,155 (-42.16%)
Mutual labels:  hacktoberfest, downloader
Insideheartz Whatsapp Bot
A multipurpose whatsapp bot buillt on node.js
Stars: āœ­ 102 (-94.89%)
Mutual labels:  hacktoberfest, downloader
Jupyter
Stars: āœ­ 145 (-92.74%)
Mutual labels:  hacktoberfest
Twcommunities
ę•“ē†čˆ‡č’é›†å°ē£ē¤¾ē¾¤ę“»å‹•ęŠ•å½±ē‰‡
Stars: āœ­ 145 (-92.74%)
Mutual labels:  hacktoberfest

AXEL - Lightweight CLI download accelerator

About

Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.

Axel tries to be as light as possible, so it might be useful on byte-critical systems.

Axel supports HTTP, HTTPS, FTP and FTPS protocols.

Thanks to the original developer of Axel, Wilmer van der Gaast, and everyone else who has contributed to it over the years.

How to help

If you can code and are interested in improving Axel, please read the CONTRIBUTING.md file; if you're looking for ideas check our open tickets.

Additionally, there is a google group to discuss and to coordinate development. You can also find other developers in the #axel channel on Freenode.

The sustainability of the project mainly depends on developers dedicating time, so if you want to contribute but can't code, there's also the option to fund paid development time through:

Installing from binaries

Your operating system may contain a precompiled version of Axel, and if so you should probably use it. If the package is outdated please get in touch with the package maintainer or open a support ticket with your distro.

Building from source

WARNING: Building from the source code repository is recommended only when doing development, otherwise only use release tarballs.

Axel uses GNU autotools for it's buildsystem; instructions are provided in the INSTALL file. The basic actions for most users are:

./configure && make && make install

To build without SSL/TLS support, pass to configure the --without-ssl flag.

If you're working from the source code repository instead of a release tarball, you need to generate the buildsystem first with:

autoreconf -i

When working from a git repository the build system will detect that and will add -Werror to the CFLAGS if supported; so if you're not doing development you should probably consider passing --disable-Werror to configure in order to prevent build failures due to mere warnings.

Dependencies

  • gettext (or gettext-tiny)
  • pkg-config

Optional:

  • libssl (OpenSSL, LibreSSL or compatible) -- for SSL/TLS support.

Extra dependencies for building from snapshots

  • autoconf-archive
  • autoconf
  • automake
  • autopoint
  • txt2man

Packages on Debian-based systems

  • build-essential
  • autoconf
  • autoconf-archive
  • automake
  • autopoint
  • gettext
  • libssl-dev
  • pkg-config
  • txt2man

Packages on Mac OS X (Homebrew)

  • autoconf-archive
  • automake
  • gettext
  • openssl

Building on Mac OS X (Homebrew)

You'll need to provide some extra options to autotools so it can find gettext and openssl.

GETTEXT=/usr/local/opt/gettext
OPENSSL=/usr/local/opt/openssl
PATH="$GETTEXT/bin:$PATH"

[ -x configure ] || autoreconf -fiv -I$GETTEXT/share/aclocal/

CFLAGS="-I$GETTEXT/include -I$OPENSSL/include" \
LDFLAGS=-L$GETTEXT/lib ./configure

You can just run make as usual after these steps.

Related projects

License

Axel is licensed under GPL-2+ with the OpenSSL exception.

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].