Free AI Tools

Curated AI tools with free plans. No credit card required. Verified links and trust signals.

Every tool listed here offers a free tier or freemium plan. Browse by category, search by keyword, or jump to free tools for a specific task.

  • No signup required to browse
  • Verified links and trust scores
  • Curated shortlists by task

How we rank tools

Each tool shows verification (how recently we checked the link), link health (whether the URL works), and trust (0–1, combining both). Verified + HTTPS = highest trust. Pending = not yet checked. Stale = last check was 1–3 days ago. Failed = over 3 days.

Koboldcpp

Checked 1h agoLink OKFree plan available

Easy-to-use interface for running quantized language models locally with minimal setup. Provides a browser-based frontend so you can interact with models through your web browser. Includes a local API server for integration with other applications. Works with quantized models to run on modest hardware. Supports Llama, Mistral, and other popular open source models. Great for beginners who want to run LLMs without complex configuration. Free and open source.

LitGPT

Checked 1h agoLink OKFree plan available

Hackable implementation of open source language models designed for easy customization and fine-tuning. Build and train your own language models locally with simple Python code. Includes pre-built recipes for common tasks like fine-tuning and inference. Fully transparent code so you understand exactly what's happening. Works with popular models like LLama, Mistral, and others. Perfect for researchers and developers who want to customize models. Open source from Lightning AI.

llama-cpp-python

Checked 1h agoLink OKFree plan available

Python bindings for llama.cpp that enable running large language models directly in Python applications. Makes it simple to add local LLM inference to Python projects without external services. Lightweight and efficient implementation. Works with all models supported by llama.cpp. Easy to integrate into existing Python applications and scripts. Popular choice for data scientists and Python developers. Free and well-maintained.

LoRA Training

Checked 1h agoLink OKFree plan available

Low-Rank Adaptation training technique for efficiently fine-tuning large language models by training minimal parameters. Dramatically reduces the number of trainable parameters from billions to thousands. Reduces memory requirements and speeds up training. Maintains nearly equivalent model quality compared to full fine-tuning. Reference implementation by Microsoft with broad adoption. Fundamental technique for making model customization accessible. Open source.

Mergekit

Checked 1h agoLink OKFree plan available

Framework for merging multiple language models into a single, improved model. Combines the strengths of different models to create a hybrid model. Useful for combining a general model with a specialized model. Enables model fusion techniques. Works with various open source models. Growing technique in the AI community. Reduces the need to train multiple separate models. Open source.

MLC LLM

Checked 1h agoLink OKFree plan available

Compiler framework that compiles large language models to run on any hardware from phones to browsers to servers. Enables deploying LLMs to edge devices and browsers without server infrastructure. Supports iOS, Android, WebGPU, and many other platforms. Dramatically reduces latency by running models locally. Reduces costs by eliminating cloud API calls. Open source and backed by major tech companies. Revolutionary for bringing AI to the edge.

Open Interpreter

Checked 1h agoLink OKFree plan available

Open source implementation that lets language models execute code on your computer through natural language commands. Write instructions in English and the tool converts them to Python or shell commands and executes them. Enables language models to interact with your file system and run programs. Works locally for privacy and offline operation. Extends model capabilities far beyond text generation. Growing project with increasing capabilities.

OpenRouter

Checked 1h agoLink OKFree plan available

API gateway that provides unified access to multiple language model providers through a single interface. Route API calls to OpenAI, Anthropic, Google, Mistral, and many other providers. Switch between models without changing application code. Includes features like caching to reduce costs. Provides monitoring and analytics across all providers. Great for teams evaluating multiple models or wanting flexibility. Supports both open source and proprietary models.

PEFT

Checked 1h agoLink OKFree plan available

Parameter-Efficient Fine-Tuning library from Hugging Face that enables training large language models with minimal resources. Fine-tune massive models with a fraction of the memory and time required by full training. Supports techniques like LoRA and prefix tuning. Works with popular language models from Hugging Face. Reduces training time and costs significantly. Perfect for teams with limited compute budgets. Open source and widely used.

Petals

Checked 1h agoLink OKFree plan available

Distributed inference system for running large language models collaboratively by connecting multiple computers. Enables swarm hosting where many participants together host a single large model. Splits model layers across different computers to achieve distributed inference. Reduces hardware requirements per participant. Maintains model quality equivalent to centralized inference. Interesting alternative to traditional cloud-based inference. Open source and experimental.

Tabby AI

Checked 1h agoLink OKFree plan available

Self-hosted AI coding assistant powered by open-source language models.

Unsloth

Checked 1h agoLink OKFree plan available

Framework that accelerates language model fine-tuning by 2 to 5 times compared to standard implementations. Dramatically reduces memory usage while maintaining model quality. Speeds up training significantly to save time and compute costs. Works with popular models like LLama, Mistral, and others. Easy drop-in replacement for standard fine-tuning code. Growing adoption in teams doing model customization. Open source and actively developed.

vLLM

Checked 1h agoLink OKFree plan available

Fast and easy-to-use library for running language models and serving them with high throughput. Optimizes memory usage through efficient attention algorithm and KV cache optimization. Reduces serving costs by up to 10 times compared to traditional approaches. Supports popular models like LLama, Mistral, Qwen, and many others. Works with OpenAI-compatible API for easy integration. Used in production by many companies to serve LLMs efficiently. Free and open source.

Biome

Checked 1h agoLink OKFree plan available

Fast unified toolchain for JavaScript and TypeScript that combines linting and formatting in one tool. Replaces both Prettier and ESLint with better performance and lower configuration complexity. Written in Rust for blazing fast execution. Provides comprehensive code quality checks with zero configuration needed. Smaller installation size than Prettier plus ESLint. Compatible with existing ESLint configurations. Growing community adoption. Free and open source.

Codecov

Checked 1h agoLink OKFree plan available

Code coverage analytics platform that measures how much of your codebase is covered by tests. Integrates with CI/CD pipelines to track coverage metrics automatically. Shows coverage trends over time so you can see if test coverage is improving or declining. Highlights uncovered code and coverage gaps. Helps teams maintain high code quality by ensuring important code is tested. Free tier for open source projects. Used by thousands of projects to improve test coverage.

Coveralls

Checked 1h agoLink OKFree plan available

Web-based code coverage tracking service that integrates with continuous integration systems. Shows detailed code coverage statistics and trends over time. Identifies exactly which lines of code are not covered by tests. Provides parallel build support for faster testing. Tracks coverage history across commits. Helps teams identify under-tested code. Free for open source projects. Works with any programming language.

Cypress

Checked 1h agoLink OKFree plan available

Modern JavaScript testing framework specifically designed for end-to-end testing of web applications. Runs tests in the same process as your application for better debugging and faster execution. Provides excellent developer experience with clear error messages and visual debugging. Creates videos of test runs for easy failure analysis. Fast execution because tests run without waiting for artificial timeouts. Works great for modern JavaScript frameworks like React, Angular, and Vue. Free and open source with optional paid cloud services.

DeepScan

Checked 1h agoLink OKFree plan available

JavaScript code quality analysis tool powered by advanced static analysis and machine learning. Automatically detects bugs, performance issues, and code smells in JavaScript code. Provides detailed reports with explanations of each issue and how to fix it. Integrates with your code editor and CI/CD pipeline. Catches issues that traditional linters miss. Free for open source projects. Used by teams to catch bugs before they reach production.

ESLint Cloud

Checked 1h agoLink OKFree plan available

Cloud-based JavaScript linting service that enforces consistent code quality and style standards across your team. Analyzes code for potential errors, security issues, and style problems. Customizable rules so you can enforce standards specific to your project. Integrates into development workflow with editor plugins and pre-commit hooks. Prevents bad code from being committed. Works with modern JavaScript and TypeScript. Free and widely used in the JavaScript ecosystem.

Free tools by task

Browse curated shortlists of free tools for specific tasks.

Browse all AI tools · Browse by task