{"id":40058799,"url":"https://github.com/brummer10/guitarix","last_synced_at":"2026-01-19T07:08:22.485Z","repository":{"id":37237271,"uuid":"236269849","full_name":"brummer10/guitarix","owner":"brummer10","description":"guitarix virtual versatile amplification for Jack/Linux ","archived":false,"fork":false,"pushed_at":"2025-12-11T11:40:06.000Z","size":129342,"stargazers_count":473,"open_issues_count":32,"forks_count":53,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-12-12T12:51:16.549Z","etag":null,"topics":["guitarix","jack","linux","neural-amp-modeler"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brummer10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"brummer10","liberapay":"brummer10","custom":"https://paypal.me/brummer1010"}},"created_at":"2020-01-26T05:10:33.000Z","updated_at":"2025-12-11T11:40:12.000Z","dependencies_parsed_at":"2025-08-01T06:15:24.181Z","dependency_job_id":"c06b46f0-16b9-43ea-aa0c-5b4f10ad10de","html_url":"https://github.com/brummer10/guitarix","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/brummer10/guitarix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brummer10%2Fguitarix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brummer10%2Fguitarix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brummer10%2Fguitarix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brummer10%2Fguitarix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brummer10","download_url":"https://codeload.github.com/brummer10/guitarix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brummer10%2Fguitarix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["guitarix","jack","linux","neural-amp-modeler"],"created_at":"2026-01-19T07:07:01.239Z","updated_at":"2026-01-19T07:08:22.471Z","avatar_url":"https://github.com/brummer10.png","language":"C++","funding_links":["https://github.com/sponsors/brummer10","https://liberapay.com/brummer10","https://paypal.me/brummer1010"],"categories":[],"sub_categories":[],"readme":"# guitarix\n\n![guitarix](https://a.fsdn.com/con/app/proj/guitarix/screenshots/Guitarix_Dark.png/max/max/1)\n\nGuitarix is a modular, virtual amplifier for Linux.\nWith Guitarix you can choose different preamp and amp models\nand /or could load [*.nam files](https://tonehunt.org/all) with the [Neural Amp Modeler](https://github.com/sdatkinson/NeuralAmpModelerCore) modules,\nor load [*.json or .aidax files](https://cloud.aida-x.cc/all) with the [RTNeural](https://github.com/jatinchowdhury18/RTNeural) modules, \nto simulate a specific hardware unit.\nCombine them with various effects and speaker cabinet emulations\nand/or load your own Impulse Response files\nto come up with your very own tones.\nGuitarix comes as a standalone application or as [vst3 plugin](https://github.com/brummer10/guitarix.vst).\nIts modules are also available in the LV2 plugin format, \nwhich you can incorporate into your DAW of choice. \nFurthermore, it can even be run headless, so you can turn a Raspberry Pi, \nor any other such devices, into a dedicated amp modeler. \nYou can even control Guitarix via a MIDI controller or foot-board.\n\nGuitarix comes with an extensive list of effects \nincluding compression, distortion, modulation, reverb, delay, EQ, etc. \nSome of the effects modules that are included in Guitarix \nare influenced by some popular hardware units, \nfor example the Tube Screamer is, not surprisingly, based off of the Ibanez Tube Screamer.\nGuitarix can also load up LADSPA and LV2 plugins to comply the effect chain.\n\n## Documentation\n[Standalone app](/documentation/standalone-app-overview.md)\n\n[LV2 plugins](/documentation/lv2-plugins-overview.md)\n\n\n## Building guitarix from source code\n\n- git clone https://github.com/brummer10/guitarix.git\n- cd guitarix\n- git submodule update --init --recursive\n- cd trunk\n- ./waf configure --prefix=/usr  --includeresampler --includeconvolver --optimization \n- ./waf build\n- sudo ./waf install\n\n## (build) Dependencies\n\n- gperf,\n- intltool,\n- libavahi-gobject-dev,\n- libbluetooth-dev \n- libboost-dev,\n- libboost-iostreams-dev,\n- libboost-thread-dev,\n- libeigen3-dev,\n- libgtk-3-dev,\n- libgtkmm-3.0-dev,\n- libjack-dev | libjack-jackd2-dev,\n- liblilv-dev,\n- liblrdf0-dev,\n- libsndfile1-dev,\n- libfftw3-dev,\n- lv2-dev,\n- python3,\n- sassc,\n\n## Hardware Optimization and Containerized Deployment\n\nGuitarix can be easily built with hardware optimizations and deployed in a containerized environment using GuitarixContainer, a Docker-based solution. This approach ensures the code is automatically built for your hardware, enabling low-latency performance, especially when running Neural Amp Modeler (NAM) module. Perfect for devices like Raspberry Pi or laptop/workstation setups. Learn more at the [GuitarixContainer](https://github.com/fjammes/GuitarixContainer) GitHub repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrummer10%2Fguitarix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrummer10%2Fguitarix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrummer10%2Fguitarix/lists"}