r/freetoolsAI

Image 1 — pocketwatch - Self-hosted minimal time tracking.
Image 2 — pocketwatch - Self-hosted minimal time tracking.
Image 3 — pocketwatch - Self-hosted minimal time tracking.
Image 4 — pocketwatch - Self-hosted minimal time tracking.
▲ 85 r/freetoolsAI+4 crossposts

pocketwatch - Self-hosted minimal time tracking.

Every time tracker wants an account, a subscription and your data on someone else's server. I just wanted: click start, click stop, and a PDF at the end of the month. So I built my own.

>Live demo: https://winnicodes.github.io/pocketwatch/
>
>
GitHub: https://github.com/winnicodes/pocketwatch

Platform: Docker (Linux, Windows, NAS, Raspberry Pi):

  • One-click start/stop, live timer
  • PDF and CSV export
  • Fully self-hosted - no account, no cloud, no tracking
u/iBlitzkid — 12 hours ago
▲ 3 r/freetoolsAI+1 crossposts

An AI Prompt Tool I've been working on

So I may be solving a problem that only I have, but I've always found the uploading of sample images to be a bit of a pain because it tends to limit the number outputs, and using the same persona in different scenes was a slog.

So I got to thinking what if I were to get very specific with a prompt's character description instead of relying on image uploads, and use a "seed" line in the prompt to make the characters I generate more repeatable. It mostly worked.

So I then thought "What if I create a program that allowed me to select from a list of noses, eyes, etc. like a Police Sketch Artist and could then save the block of prompt text that would be reusable?" That also mostly worked...

So then I thought "What is I expanded that to an entire wardrobe of clothing choices?"... that also worked.

So then I thought "What is I added a bunch of clothing genres to choose from?" It worked...

What if I added fantastical stuff like wings, Animal heads, fur, scales, tails... worked worked worked

Then I asked myself "What if I wrote an engine that would allow me to also build scene set pieces and action prompts?" ... that's a work in progress.

I took all of the tool that I have so far and created a website to host it. It's been tested in various AI models and has similar results.

My Prompt Caster page:

http://promptcaster.net

reddit.com
u/jmotivator — 8 hours ago
▲ 58 r/freetoolsAI+4 crossposts

A photo library that finds “a tiger looking out of a window,” AI renames the matches, and copies them into a “Tiger” folder

Currently free for Windows: Microsoft Store

Would you use this more for screenshots, photos, or reference-image folders?

u/lochid_om — 3 days ago
▲ 17 r/freetoolsAI+2 crossposts

I curated a database of 37+ powerful AI tools that require NO Sign-ups, NO registration, and NO hidden paywalls. Completely free.

Hey everyone,

I got tired of AI directories that force you to create an account, log in with Google, or give away your email just to test a single basic feature.

To solve this friction, I spent hours researching and building **FrostAI** on Notion. It is a completely curated list of 37 active, functional AI tools that you can use instantly from your mobile or browser without signing up.

It includes tools for:

* Video generation (Kling, Luma Dream Machine)

* Research & PDF analysis (Google NotebookLM)

* Coding utilities, copywriting, and graphics

No ads, no affiliate links, no catch. Just a clean dashboard for creators, students, and indie developers.

Check it out here: https://upbeat-shrimp-f8e.notion.site/FrostAI-Directory-3a7d0bb501858023a258e8c5c9b3797e?source=copy\_link

Let me know if there are any other no-signup tools I should add to keep this list fresh!

u/SubZzro1 — 3 days ago
▲ 124 r/freetoolsAI+3 crossposts

TRELLIS 2 + UltraShape: The Best Free Local 3D AI Generation Setup

I've been experimenting with local 3D AI more lately, and I honestly think TRELLIS 2 + UltraShape 1.0 is one of the strongest free local combinations available right now.

The biggest reason is that the two models solve different parts of the problem.

TRELLIS 2 works as the main image-to-3D generator.

It can generate:

  • complex 3D geometry from a single image
  • thin and open surfaces
  • detailed shapes with fairly complex topology
  • full PBR materials
  • textured GLB assets that are already easy to move into a normal 3D workflow

But another huge advantage of TRELLIS 2 is the community around it.

There are already several alternative ways to run it locally:

  • the original Microsoft implementation
  • community C++ / GGML implementations
  • GGUF / quantized versions aimed at making local inference more accessible
  • CUDA and Vulkan implementations
  • multiple ComfyUI nodes and workflows

So you don't necessarily have to use the original heavy Python setup forever.

If you already use ComfyUI for image generation, upscaling, segmentation or other AI workflows, TRELLIS 2 can basically become another node in the same pipeline instead of a completely separate application.

Then you can add UltraShape 1.0 as the geometry refinement stage.

UltraShape takes a reference image together with an existing coarse mesh and focuses specifically on improving the geometry.

That means a practical pipeline can look like:

reference image → TRELLIS 2 → UltraShape geometry refinement → TRELLIS 2 / other tools for PBR

TRELLIS gives you the initial 3D structure quickly.

UltraShape then gets another chance to reconstruct the small forms and geometric details that the first generation missed.

And this is probably the part I like most about the combination: you're not asking a single AI model to somehow solve generation, geometry and materials perfectly in one pass.

You're splitting the workflow into stages and using a model that is good at each stage.

For local generation the advantages are pretty obvious:

  • free generation
  • no credits or subscriptions
  • no API cost per model
  • everything can stay on your own machine
  • you can iterate as much as your GPU allows
  • TRELLIS 2 already has a pretty large community ecosystem
  • ComfyUI makes it possible to build much larger automated workflows around it
  • UltraShape gives you a dedicated second pass for geometry instead of accepting the first mesh as final

Commercial generators are still much easier if you just want to upload an image and get something back in 30 seconds.

But if we're talking specifically about free + local + customizable 3D AI generation in 2026, TRELLIS 2 + UltraShape is probably the setup I'd start with.

UltraShape:
https://pku-yuangroup.github.io/UltraShape-1.0/

TRELLIS 2:
https://github.com/microsoft/TRELLIS.2

u/Certain_Friendship16 — 4 days ago
▲ 43 r/freetoolsAI+6 crossposts

Why using Cline pass in TauCode

So to be quick, TauCode is an agent that has a combination between Claude Code and OpenCode, while extending its optimization, having more access and control to your memory, your tools, more optimized for OpenAI-compatible models, hitting the maximum cache hit, and if you are a person that doesn't prefer subagents , skills , mcp servers , plugins ... TauCode have a cheap mode that can save your tokens. The philosophy is simple (native, not a proxy wrapper, so you don't need Cline CLI, or any extension of it to work with; its optimized for token by cache hit for every model and lazy tools calls ; + generic, you can use any skill/agent/MCP server built for Claude Code inside it; + controllable, you can toggle optional tools on demand). I would be happy to receive any feedback.

https://github.com/AbdoKnbGit/tau

u/Ill-Process-7232 — 5 days ago
▲ 66 r/freetoolsAI+3 crossposts

Building a powerful AI assistant

Meet Tau, a native AI assistant that integrates over 22 AI providers and offers a reusable Claude Code ecosystem so you can run any MCP, skill, or agent built for Claude Code. Tau provides cheap or free provider options alongside support for private AI subscriptions, near-perfect token optimization and cache hits, and advanced tools for fast, context-aware queries and project awareness. It natively supports multiple AI providers so you can work with them without installing each provider locally. Built-in LSP tools and full integration reduce coding errors so every edit or file write triggers an automatic diagnostic that catches bugs early before they become hidden in a growing codebase. Tau also includes features like time-travel debugging, system resource monitoring, GitHub project management, and more to streamline development.

https://github.com/AbdoKnbGit/tau

u/Ill-Process-7232 — 6 days ago
▲ 6 r/freetoolsAI+3 crossposts

I built an iOS app that creates a dedicated LoRA for every AI character, first character is free!

I’m the developer of HiPaths, an iOS app built for a frustrating AI-image problem: you create a character you like, but the next generation gives you a different person.

HiPaths uses a character-first workflow.

Instead of starting every image from an empty prompt, you first create a character and define their visual identity:

• Realistic, anime, or cartoon style

• Adult age range and body proportions

• Ethnicity, hairstyle, hair color, and eye color

• Fashion direction, from casual and streetwear to anime casual, kawaii, fantasy, elegant, and more

HiPaths then creates a dedicated LoRA for that specific character. Future image generations use that character-specific LoRA to help preserve their identity while you change the scene, mood, setting, composition, or prompt.

For example, you can create a realistic virtual character and place them in studio portraits, fashion editorials, and travel scenes. Or build an anime original character for different story moments, expressions, and settings. The same approach also works for cartoon-style characters, avatars, and visual storytelling.

You can generate with a manual prompt or use prompt templates. The goal is to create characters that remain recognizable without needing to rebuild their identity in every prompt.

A small early look at what we are building next: persistent character voices and scene-based video creation. We are preparing the foundation for projects from short 5-second clips to longer videos of up to 10 minutes, where creators can define individual scenes and choose which characters appear in each one.

This is not available yet, character continuity is the foundation we are building toward.

Your first character is free, so there is no upfront commitment to try it.

I’d love to hear your feedback and any features you would like to see in the future. We will keep working to improve HiPaths and build the tools that make character creation and continuity more useful for creators.

App Store: https://apps.apple.com/us/app/hipaths-character-studio/id6771761574

u/usluer — 6 days ago
▲ 20 r/freetoolsAI+7 crossposts

Open Source Shorts "Automator"

I made this project to use it myself, but why not open source it. It's a way to go from script or voiceover to a short, with the click of one button.

It uses stock images and videos as a baseline, but can later be replaced with AI images or videos or ones that you make yourself as well. I tried to make it as intuitive as possible, but I'm sure I have some bias so please let me know any and every problem you see with it, if you give it a try!

github.com/iGlitchz/ShortsStudio

u/iGlitchz — 7 days ago
▲ 28 r/freetoolsAI+1 crossposts

FerrumPix v0.9.10 - A fast, native photo manager and layer editor with LibRaw development and Immich support (Open Source)

Hi everyone,

I’m the developer of FerrumPix, a native desktop photo manager and editor built with Avalonia UI 12.1 and .NET 10 (GPL-3.0). I’ve been pushing a lot of updates recently and wanted to share the latest release with you.

A quick note on transparency: I use AI as a tool in my workflow, but an application of this scale doesn't just write itself. The core of FerrumPix is pure manual development in VB.NET. A ton of personal passion, unique ideas, and strict attention to detail went into this architecture. Getting a complex layer editor and RAW processing to run smoothly on high-res files takes a lot of careful planning, debugging, and genuine hard work.

To clarify: FerrumPix is not a dedicated Immich client. It is a full-featured, independent desktop photography tool that offers a deep, two-way integration with self-hosted Immich servers.

Desktop Photo Editing & RAW Development:

  • True RAW Development: FerrumPix now develops RAW files from actual sensor data (full-resolution demosaic, camera white balance, sRGB via LibRaw). Slider edits are non-destructive and saved into tiny .fpxmp sidecar files, leaving your original RAWs untouched.
  • Layers Panel: Full layer stack support inside the editor—including per-layer visibility, opacity, blend modes, duplication, reordering, and rasterization.
  • Native .fpx Project Format: You can save your entire edit state (adjustments, object layers, stacks) into a project file to reopen and continue working later.
  • Performance on High-Res Files: Reworked rendering pipeline using SkiaSharp. Heavy brush strokes, retouching (smudge, repair, clone stamp), and high-res zoom detail views run heavily multi-threaded without blocking the UI.

The Immich Integration (v3 Ready): If you connect your self-hosted server via URL + API key, you get a solid bridge to your library:

  • In-Place Server Updates: You can edit an Immich photo directly on your canvas and overwrite the asset on your server, or save it as a new asset.
  • Safe Photo/Album Deletion: You can delete assets and entire albums from your server (requires explicit permission toggled in Settings for safety).
  • Robust Syncing: Improved handling of server timeouts, background concurrent downloads, and two-way sync for ratings, favorites, keywords, and color labels.
  • Smart Navigation: Dedicated sidebar entries for Immich People and Places metadata.

Installation: The application runs completely self-contained, meaning you do not need the .NET runtime installed on your machine. Packages are ready for Windows (Setup/Portable) and Linux (AppImage, Flatpak, .deb, .rpm, and the native Arch AUR package 'ferrumpix-bin').

If you're looking for a heavy-duty desktop manager and editor for your local photos that integrates tightly with your Immich server, feel free to check it out. I’d love to hear your honest feedback.

https://github.com/Bitpainter75/FerrumPix Website: https://ferrumpix.app

u/Bitpainter-75 — 7 days ago
▲ 2 r/freetoolsAI+1 crossposts

Some free ai tools?

What are the free ai tools to make animated videos. Or any affordable ai tools that i can buy from nepal. And how to buy it???

reddit.com
u/No-Ticket-9256 — 7 days ago

Which image-to-video platforms allow custom image uploads on the free tier?

Runway has a free tier but the credits run out fast, Pika is also good and also the one from meta. If you find any others that work well, drop them here so we can keep this list useful for everyone.

reddit.com
u/Whole_Engine — 11 days ago
▲ 6 r/freetoolsAI+1 crossposts

Best ai tool for creating concept images

I currently use ChatGPT but after a while the images go a little weird like faces in the image go distorted also text in the image goes blurry I don’t actually how to fix that.

Is Gemini good for creating concept images?
I heard about another ai called Claude is that good?

Or is there any other ai that is better

reddit.com
u/sunsetcoast28 — 13 days ago

PRB ARTS Studio — Free AI Image Style Transfer (No Credits, No Signup, 20+ Styles)

I built a free AI Conceptualization Studio for creators who are tired of credit systems and subscription walls.

What it does: Upload any image and restyle it in seconds. Watercolor portraits, cyberpunk avatars, clay 3D renders, anatomical blueprints, neon glow, isometric vectors, and 15+ more.

The model: Completely free. No credits. No signup required. Ad-supported to cover backend GPU costs.

Key features:

  • 20+ rendering styles (Classic Art, STEM/Education, Digital/Pop, Retro, Utility)
  • Interactive before/after slider to compare results
  • High-res downloads
  • Commercial use allowed for generated assets

Link: https://prbarts.com/studio/

It's still in beta, so some styles work better than others. Would genuinely love feedback if you try it — especially if anything breaks.

reddit.com
u/prbarts — 12 days ago

Best AI Video Generators with Free Credits - Add Your Own

What AI video generators are you using to make videos that have free trials or free credits? Let's put together a list.

I'll start with my top 3:

  1. Vidu
  2. Meta via WhatsApp
  3. Grok Imagine

Drop yours below!

reddit.com
u/Whole_Engine — 13 days ago
▲ 3 r/freetoolsAI+1 crossposts

New to Generative Ai content

Hello guys, I'm happy to be part fo this community. Let's start with the fact that I'm very new, and I'm having fun creating some images with meta. Actually I would like to know if there is 1 single app that creates image to video clips, like those of 5 seconds. I'm not very into multiple apps, I would like to have just 1 app to create stories for my 2 kids. I would like to generate images of their imagination characters or existing ones and put them into funny adventures. Basically I got this inspiration from YouTube shorts, channels like The Archive in Between and few others. So, in end, I would like to know if there is, or you can kindly suggest me, an app, that "makes all", like generate the image, makes it move, maybe applying the voice over and.... That's it. I know that there may be some subject to payment and I'm OK with it if it's cheap (not those 20-30 euros month tho). If the suggested app it's free it's even better ;-). Thanks a lot and have fun around. Here's one image I created for them.

u/EntweihenCrothen89 — 13 days ago