Showing 51 open source projects for "target tracking"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 1
    Argo CD

    Argo CD

    Declarative continuous deployment for Kubernetes

    ...Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. Argo CD automates the deployment of the desired application states in the specified target environments. Application deployments can track updates to branches, tags, or pinned to a specific version of manifests at a Git commit. See tracking strategies for additional details about the different tracking strategies available. Argo CD is implemented as a kubernetes controller which continuously monitors running applications and compares the current, live state against the desired target state (as specified in the Git repo).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    targets

    targets

    Function-oriented Make-like declarative workflows for R

    The targets package is a pipeline / workflow management tool in R, designed to coordinate multi‐step computational workflows in data science / statistics. It tracks dependencies between “targets” (computational steps), skips steps whose upstream data or code hasn’t changed, supports parallel computation, branching (dynamic generation of sub‐targets), file format abstractions, and encourages reproducible and efficient analyses. It’s something like GNU Make for R, but more integrated. Skipping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FlyingMouse Format

    FlyingMouse Format

    A mouse-themed, offline Windows file converter

    FlyingMouse Format is a desktop file converter built for offline use on Windows, with additional macOS builds available. It converts images, text, Office and WPS documents, spreadsheets, presentations, PDFs, audio, video, ZIP files, and several ebook formats. Bundled engines such as FFmpeg, LibreOffice, Poppler, and Tesseract handle media conversion, document processing, PDF work, and OCR locally. Batch jobs show per-file progress, results, and failure reasons. The app remembers target...
    Downloads: 244 This Week
    Last Update:
    See Project
  • 4
    Open Aimbot

    Open Aimbot

    Universal Aim Assist Framework

    Open Aimbot is an open-source aim assist framework created for Roblox and designed to provide a wide range of targeting and player-tracking features. The project offers a highly customizable interface that allows users to adjust targeting behavior, visual overlays, and activation settings. Built as a universal framework, it supports multiple exploit environments and device configurations. Open Aimbot includes numerous filtering options that can differentiate targets based on factors such as...
    Downloads: 1,386 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Start Free
  • 5
    BruteForceAI

    BruteForceAI

    Advanced LLM-powered brute-force tool combining AI intelligence

    BruteForceAI is an open-source security testing tool that applies large language models to the analysis of login forms and authentication flows in web applications. At a high level, the project uses AI to inspect HTML content, identify the relevant form elements, and automate selector discovery so that a tester does not need to hand-map every field before evaluation. It combines that analysis layer with automated credential testing workflows, framing itself as a more adaptive alternative to...
    Downloads: 307 This Week
    Last Update:
    See Project
  • 6
    ASu-skills

    ASu-skills

    Job-search workflow plugin suite

    ASu-skills is a job-search workflow plugin suite designed for AI coding assistants. It provides specialized entry points for building verifiable experience, improving resume content, creating resumes, preparing for interviews, and tracking applications. Its contributor workflow helps users identify realistic open-source contributions and prepares changes for approval before submission. Resume tools can rewrite experience for target roles and generate editable HTML layouts with PDF export. Interview workflows analyze resume claims, predict likely questions, and probe knowledge gaps through follow-up questions. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    WhatsApp Beacon

    WhatsApp Beacon

    OSINT tool for tracking WhatsApp online status via Web automation

    WhatsApp Beacon is an open source OSINT tool designed to monitor and analyze the online activity status of WhatsApp users through WhatsApp Web. It uses Selenium automation to interact with the web interface and detect when a target account goes online or offline. By continuously monitoring these changes, WhatsApp Beacon records connectivity patterns and builds a historical dataset of activity sessions. The collected information is stored in logs and a local database, allowing users to review...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 8
    Thorium

    Thorium

    High-performance, privacy-focused browser built as a fork of Chromium

    Thorium is a high-performance, privacy-focused web browser built as a fork of Chromium. It is designed to deliver significantly faster browsing speeds through aggressive compiler optimizations such as SSE4.2 and AVX. These low-level enhancements allow Thorium to outperform standard Chrome and Chromium builds in responsiveness and efficiency. The browser removes much of Google’s built-in bloat to create a leaner browsing experience. Thorium also includes additional privacy features that...
    Downloads: 190 This Week
    Last Update:
    See Project
  • 9
    EF Core

    EF Core

    Object-database mapper for .NET

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB. To install EF Core, you install the package for the EF Core database provider(s) you want to target. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    codex-keysmith

    codex-keysmith

    Version-independent Codex instruction deployment

    Codex Keysmith is a zero-dependency Python utility for deploying versioned instruction files into Codex configuration directories. It updates the global model instruction setting so every new Codex session under that configuration loads the selected Markdown file. The tool previews changes by default and requires explicit confirmation before writing. It creates backups, isolates existing hooks, and records file ownership in a manifest for controlled recovery. Status checks and dry runs show...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Parser for Rust source code

    Parser for Rust source code

    Parser for Rust source code

    Parser for Rust source code is a major Rust crate for parsing Rust source code (token streams) into a syntax tree (AST) that procedural macros can inspect or transform. The primary target is macro authors: you can parse TokenStreams into syn::File, syn::Item, syn::Expr, syn::Type, etc. It offers rich data structures, fine-grained parsing, span tracking (for error reporting), traversal and mutation APIs (visit, fold, visit_mut), printing back to tokens, and strong feature-gating so you only compile what you need. The documentation emphasises that while the crate is geared for procedural macros (and custom derives), some of the APIs may be of more general use. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    reverse-skill

    reverse-skill

    Reverse Engineering and Authorized Penetration Testing

    reverse-skill is a cybersecurity skill router for AI coding agents working on authorized reverse engineering, penetration testing, CTF, and security research tasks. It analyzes the target type and directs the agent to an appropriate methodology instead of relying on improvised commands. Its playbooks cover Android and iOS applications, native binaries, .NET, JavaScript, firmware, malware, APIs, supply chains, and other specialized scenarios. The package checks locally available tools and can...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    Windows Copilot API

    Windows Copilot API

    Reverse engineered Windows Copilot into an OpenAI-compatible API

    Windows Copilot API is an unofficial Python project that exposes the consumer Microsoft Copilot web experience through a programmable interface. It can be used directly as a Python library or launched as a local server compatible with the OpenAI API format. The client supports streamed responses, multi-turn conversations, and conversation identifiers. Browser-based sign-in stores a reusable session and refreshes it automatically for later requests. Because compatible applications can target...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Ansvisor

    Ansvisor

    Open-source Answer Engine Optimization platform

    Ansvisor is an open-source AI visibility and answer engine optimization platform built to help brands understand how they appear in AI-generated answers. It tracks mentions across platforms such as ChatGPT, Google AI Overview, Google AI Mode, Gemini, Perplexity, Copilot, Grok, and Claude. The platform helps teams measure visibility scores, compare competitors, analyze prompt performance, and identify which sources AI systems cite alongside their brand. It also includes AI traffic analytics,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Squad-ESP-AimAssist
    Squad-ESP-AimAssist is an external enhancement tool for Squad that injects into game memory and provides a local WebUI for streamlined control. It delivers powerful ESP features with infantry and vehicle highlights, deployable and supply tracking, plus customizable opacity and outlines. The aim assist system includes smoothing, ballistic drop compensation, smart target switching, and role prioritization for more refined engagements. A flexible tactical overlay offers drag-and-drop widgets, palette swaps, font scaling, and a compass callout. Profiles allow quick switching across modes and factions with cloud sync support. ...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 16
    Privacy QR And Barcode Scanner

    Privacy QR And Barcode Scanner

    Privacy QR And Barcode Scanner Offline For Android no ads no tracking

    "A fast, lightweight and fully offline QR code & barcode scanner for Android. No internet permission, no tracking, no ads. Copy, share or open scanned results instantly. Free and open-source." Component Library Camera CameraX 1.3.4 Barcode scanning ZXing Barcode Scanning UI Material Components Language Java Min SDK Android 5.0 (API 21) Target SDK Android 16 (API 35) Github Project: https://github.com/Laert-Android/Privacy-QR-And-Barcode-Scanner XDA Forums Thread: https://xdaforums.com/t/privacy-qr-scanner-free-open-source-fast-lightweight-and-fully-offline-qr-code-barcode-scanner-for-android-no-tracking-no-ads.4792635/ Appteka: https://appteka.store/app/c83r310090
    Downloads: 12 This Week
    Last Update:
    See Project
  • 17
    Thunderbird Anti Virus v4.0

    Thunderbird Anti Virus v4.0

    Thunderbird Anti Virus Free Scanner v4.0

    ...Built with an intuitive, streamlined dark-themed interface, version 4.0 delivers robust, real-time protection without compromising system speed. Key Features: Multi-Tiered Scanner: Real-time threat detection featuring specialized Memory, Quick, Full System, and Target Path scanning modes to isolate malicious entities instantly. System Cleaner: A precision utility that securely eliminates bloated cache files across major browsers (Chrome, Edge, Firefox, Brave, Opera) and clears Windows temporary data. Performance Dashboard: Live tracking of hardware resource metrics with granular telemetry for CPU and RAM usage, tied directly to an active system health index. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    ]project-open[ - Project Server

    ]project-open[ - Project Server

    Enterprise project management replacement for Project Server

    ]project-open[ is Web based enterprise project management application with a focus on finance and collaboration. It’s main purpose is to coordinate the work of project managers, project members and stake holders across multiple projects. Target organizations are companies or corporate departments that need to track finances, tasks, and resources for a large number of concurrently running projects. ]project-open[ consists of about 200 modules for resource management, time sheet management,...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 19
    J-AI-Autoclicker

    J-AI-Autoclicker

    J-AI-Autoclicker for various tasks Best Free Auto Clicker

    **AutoClicker free download** ## Free AutoClicker Download – The Best AI Auto Clicker for Gaming, Workflows & More Looking for the best **free auto clicker** to automate your clicking tasks effortlessly? Download the powerful and intelligent AI Auto Clicker from (https://autoclicker.ca) – a fast, reliable, and easy-to-use tool designed to boost productivity, enhance gaming performance, and streamline repetitive actions. Whether you're gaming in **Roblox**, grinding resources in...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 20

    Nerdmaps for SCUM

    A self-hosted web-based live map tool for SCUM dedicated servers.

    The SCUM in-game map offers no player tracking or map markers, so I built this project to fill that gap. It tracks players in one-minute intervals because the only player coordinate data accessible is via SCUM.db, which only updates player coordinates once a minute. Every avenue for more real-time coordinate data has been explored without success. One-minute intervals is the ceiling for now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Thunderbird Anti Virus 3.3

    Thunderbird Anti Virus Free Scanner v3.3

    Thunderbird Anti Virus v3.3 – AI-Powered Intelligence & Real-Time Security Thunderbird AV is a next-generation security suite designed to offer proactive protection through advanced heuristics and artificial intelligence. Version 3.3 introduces optimized scanning algorithms that work alongside a clean, high-performance architecture to ensure your system remains secure and responsive. Key Features: AI-Enhanced Scanning: Beyond traditional signatures, our engine utilizes AI-driven...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FlexCurve

    FlexCurve

    Layer-based headphone calibration, AutoEQ and FIR rendering

    FlexCurve is a VST3 headphone-correction curve editor, layer-based calibration tool, AutoEQ workspace, and FIR renderer. It imports local TXT, CSV, Equalizer APO / Wavelet GraphicEQ, APO Parametric EQ, Melda FreeForm EQ CSV, and WAV FIR files as editable layers, previews changes in real time, blends active layers into an Average curve, and renders the result as Minimum, Natural, or Linear phase FIR.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    OpenSERP

    OpenSERP

    Open-source SERP API for AI, SEO & automation - Google + 5 more

    OpenSERP is a free self-hosted open-source SERP API & CLI with live browser-rendered search and content extraction for AI, SEO & automation. Use it as a search tool for LLMs, agents, and RAG pipelines, or as a scraper backend for SEO rank tracking across Google, Yandex, Baidu, and more. It is especially useful when your workflow needs RU/CN web coverage instead of another Google-only API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    gr-acars

    gr-acars

    ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.

    ...Detailed description of the operating principles is available at http://jmfriedt.free.fr/lm_sdr.pdf (French) and http://jmfriedt.free.fr/en_sdr.pdf (English). The latest 2022 release for GNU Radio 3.9 and 3,10, following 3.8 named ng for New Generation, aims at adding bitrate clock tracking + removes the external dependence with libfftw by using the GNU Radio FFT wrapper. Doing so, multiple ACARS decoding blocks can run in parallel. Compile for x86 PC with: cd 3.10ng mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make -j4 sudo make install (developed and tested on Debian GNU/Linux) Compile for RaspberryPi4/Buildroot (located in BR_PATH): cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../ make -j4 make install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    File Sorter for Photographers

    File Sorter for Photographers

    Organize files/images from a csv or xlsx file.

    A user-friendly application to efficiently sort all types of files from a source folder into a destination folder based on a list of filenames provided in an Excel or CSV file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next