Business Software for GitHub - Page 76

Top Software that integrates with GitHub as of September 2026 - Page 76

GitHub Clear Filters
  • 1
    ScrapeOps

    ScrapeOps

    ScrapeOps

    Schedule your scraping jobs, monitor their performance & scrape with proxies from the ScrapeOps dashboard. Use over 20+ proxy providers with our all-in-one proxy aggregator. We find the best proxy providers so you don't have to. Connect your server with ScrapeOps, deploy code from GitHub & schedule your spiders from the ScrapeOps dashboard. Easily monitor your scrapers, log errors, configure health checks, and get alerts from the ScrapeOps dashboard. ScrapeOps is a comprehensive platform tailored for web scraping, offering tools for job scheduling, real-time monitoring, error tracking, and proxy management. The platform enables users to connect servers and GitHub repositories, facilitating the deployment, scheduling, and management of scraping jobs across multiple servers from a unified dashboard. The ScrapeOps SDK provides real-time and historical job statistics, allowing users to monitor job progress, compare current runs with previous ones, and identify trends.
  • 2
    MLBox

    MLBox

    Axel ARONIO DE ROMBLAY

    MLBox is a powerful Automated Machine Learning python library. It provides the following features fast reading and distributed data preprocessing/cleaning/formatting, highly robust feature selection and leak detection, accurate hyper-parameter optimization in high-dimensional space, state-of-the art predictive models for classification and regression (Deep Learning, Stacking, LightGBM), and prediction with models interpretation. MLBox main package contains 3 sub-packages: preprocessing, optimization and prediction. Each one of them are respectively aimed at reading and preprocessing data, testing or optimizing a wide range of learners and predicting the target on a test dataset.
  • 3
    AutoKeras

    AutoKeras

    AutoKeras

    An AutoML system based on Keras. It is developed by DATA Lab at Texas A&M University. The goal of AutoKeras is to make machine learning accessible to everyone. AutoKeras supports several tasks with an extremely simple interface.
  • 4
    Langflow

    Langflow

    Langflow

    Langflow is a low-code AI builder designed to create agentic and retrieval-augmented generation applications. It offers a visual interface that allows developers to construct complex AI workflows through drag-and-drop components, facilitating rapid experimentation and prototyping. The platform is Python-based and agnostic to any model, API, or database, enabling seamless integration with various tools and stacks. Langflow supports the development of intelligent chatbots, document analysis systems, and multi-agent applications. It provides features such as dynamic input variables, fine-tuning capabilities, and the ability to create custom components. Additionally, Langflow integrates with numerous services, including Cohere, Bing, Anthropic, HuggingFace, OpenAI, and Pinecone, among others. Developers can utilize pre-built components or code their own, enhancing flexibility in AI application development. The platform also offers a free cloud service for quick deployment and test
  • 5
    Symops

    Symops

    Symops

    Sym is a developer-friendly platform that enables organizations to implement just-in-time access controls, enhancing security without hindering operational efficiency. By automating the provisioning and revocation of temporary access to production environments, Sym reduces the risks associated with over-provisioned credentials. Its low-code software development kit allows teams to build custom authorization workflows, integrating seamlessly with tools like Slack for streamlined approval processes. Sym's centralized governance ensures that all access requests and approvals are logged, facilitating compliance with standards such as SOC 2. The platform's integrations with services like AWS Identity Center and Datadog further enhance its capability to manage access across various infrastructures. By leveraging Sym, organizations can empower their teams to move quickly while maintaining robust security measures.
  • 6
    Paradime

    Paradime

    Paradime

    Paradime is an AI-powered analytics platform designed to enhance data operations by accelerating dbt pipelines, reducing data warehouse costs by over 20%, and boosting analytics ROI. Its smart IDE streamlines dbt development, potentially saving up to 83% of coding time, while the CI/CD features expedite pipeline delivery, reducing the need for additional platform engineers. The Radar component optimizes data operations, providing automatic cost savings and efficiency improvements. Paradime integrates seamlessly with various applications, offering over 50 integrations to support comprehensive analytics workflows. It is enterprise-ready, providing secure, flexible, and scalable solutions for large-scale data operations. GDPR and CCPA compliant, with appropriate technical and organizational measures in place to protect your information. Weekly vulnerability testing and yearly penetration testing to ensure infrastructure systems are always up to date.
  • 7
    Neuradocs

    Neuradocs

    Neuradocs

    Neuradocs is an AI-powered platform that automates customer support within community channels like Slack and Discord. Connecting to your existing knowledge base delivers instant, accurate responses to user inquiries, enhancing engagement and efficiency. The setup involves three steps: linking your knowledge base, adding Neuradocs to your public-facing channels, and allowing it to manage user questions autonomously. As your knowledge base evolves, Neuradocs continuously ingests new information to ensure up-to-date responses. It also builds a knowledge graph of your support experts, tagging them to address questions beyond their current scope, ensuring no query goes unanswered. Neuradocs integrates with platforms such as Slack, Discord, and GitHub Discussions, and can connect to various content repositories, including websites and help centers. Designed for businesses, startups, and organizations aiming to improve customer support and engagement.
  • 8
    SQLNotebook

    SQLNotebook

    TimeStored

    SQL Notebooks allow developers to write Markdown combined with SQL to produce live HTML5 reports. They offer a lightning-fast, modern HTML5 interface where data sources are queried in real time. Users can create beautiful, live-updating SQL notebooks, easily source control the code, and take static snapshots to share with colleagues who don't have database access. SQL Notebooks are available in both QStudio Version 4, a desktop SQL client based on editing markdown files locally, and Pulse Version 3, which serves as a shared team server accessible via a web address. To help users get started, a showcase of example notebooks has been created in collaboration with leading community members; these examples are snapshotted versions with static data, and the source markdown and most of the data to recreate them are available on GitHub.
  • 9
    Multimodal

    Multimodal

    Multimodal

    Multimodal builds and manages secure, integrated, and tailored AI automation for complex workflows in financial services. Our enterprise-grade AI agents are trained on company data for greater precision and work together as your digital workforce. Our AI Agents process documents, query databases, power chatbots, make decisions, and generate reports. They automate end-to-end workflows and self-learn to improve over time. Unstructured AI is an Extract, Transform, Load (ETL) layer to process complex, unstructured documents for RAG or AI applications. Document AI is trained on your schema to extract, label, and organize data from loan applications, claims, PDF reports, and more. Conversational AI serves as your in-house chatbot that accesses unstructured internal data to provide customer and employee support. Database AI accesses company databases to answer queries, interpret datasets, and provide actionable insights.
  • 10
    Grep

    Grep

    Grep

    Grep by Vercel is a code search tool that allows users to search for code, files, and paths across half a million public GitHub repositories. It supports searching by regular expressions, enabling precise and flexible queries.
  • 11
    Token Security

    Token Security

    Token Security

    Token Security accelerates secure enterprise adoption of Agentic AI by discovering, managing, and governing every AI agent and non-human identity across the organization. From continuous visibility to least-privilege enforcement and lifecycle management, Token Security provides complete control over AI and machine identities, eliminating blind spots, reducing risk, and ensuring compliance at scale.
  • 12
    jsoup

    jsoup

    jsoup

    jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and XPath selectors. jsoup implements the WHATWG HTML5 specification and parses HTML to the same DOM as modern browsers. With jsoup, you can scrape and parse HTML from a URL, file, or string; find and extract data using DOM traversal or CSS selectors; manipulate HTML elements, attributes, and text; clean user-submitted content against a safelist to prevent XSS attacks; and output tidy HTML. jsoup is designed to deal with all varieties of HTML found in the wild, from pristine and validating to invalid tag-soup, creating a sensible parse tree. For example, you can fetch the Wikipedia homepage, parse it to a DOM, and select the headlines from the "In the news" section into a list of elements.
  • 13
    Polarity

    Polarity

    Polarity

    Polarity is a free-floating overlay that automatically searches unlimited sources in parallel to speed up analysis by enriching every tool and workflow. It allows users to add and enrich any information so they and their entire team or organization can stay on the same page and avoid duplicate work. When a user makes an annotation on any data today, their teammate will see that note when they see the same data in the future. Polarity enables users to search once and know everything their enterprise knows about a piece of data, both internally and externally. What used to take 50 tabs and most of your time now takes just 1 tab and 2 seconds, so you can focus on getting the job done, not searching for context. Users can connect Polarity to over 200 different tools inside of their environment or to external open-source tools. With Polarity’s flexible integration framework, anyone can develop a custom integration quickly and get visibility to any dataset.
  • 14
    Pragma

    Pragma

    Pragma

    Pragma is a powerful backend game engine designed to support live-service games with a full suite of online infrastructure. It provides seamless cross-platform account management, allowing players to connect and interact across different gaming ecosystems. The engine enhances social experiences by enabling friend systems, guilds, and in-game events. For multiplayer functionality, Pragma efficiently handles party systems, matchmaking, and server allocation. It also includes robust player data management, covering inventories, progression systems, and battle passes, along with tools for configuring in-game content, stores, and meta-game features. With built-in support for live operations, monetization, telemetry, and extensive customization, Pragma empowers developers to create scalable and engaging online experiences.
  • 15
    O-mega

    O-mega

    O-mega

    O-mega is the world's first productivity platform for multi-agent teams, enabling businesses to build AI agents for autonomous work. These agents are designed to take action safely, knowing when and how to use tools to execute tasks under the right conditions. They collaborate effectively across processes, departments, roles, and authorization levels, all while being aware of organizational context, mission, guidelines, and industry standards. O-mega connects agents universally to any platform, API, browser, or legacy system, including Slack, GitHub, Dropbox, Google, Microsoft, AWS, Shopify, Salesforce, Stripe, WordPress, LinkedIn, Twitter, YouTube, Discord, Apple, WhatsApp, and more. This connectivity allows for the automation of any business process through agentic process automation, with AI agents capable of handling tasks such as publishing blogs and posts, processing invoices, onboarding new employees, and generating weekly financial reports.
  • 16
    TROCCO

    TROCCO

    primeNumber Inc

    TROCCO is a fully managed modern data platform that enables users to integrate, transform, orchestrate, and manage their data from a single interface. It supports a wide range of connectors, including advertising platforms like Google Ads and Facebook Ads, cloud services such as AWS Cost Explorer and Google Analytics 4, various databases like MySQL and PostgreSQL, and data warehouses including Amazon Redshift and Google BigQuery. The platform offers features like Managed ETL, which allows for bulk importing of data sources and centralized ETL configuration management, eliminating the need to manually create ETL configurations individually. Additionally, TROCCO provides a data catalog that automatically retrieves metadata from data analysis infrastructure, generating a comprehensive catalog to promote data utilization. Users can also define workflows to create a series of tasks, setting the order and combination to streamline data processing.
  • 17
    Pull Sense

    Pull Sense

    Pull Sense

    Pull Sense is an AI-powered code review assistant designed to enhance development workflows by automating pull request reviews within GitHub. It provides instant, intelligent feedback on code changes, identifying potential bugs, security vulnerabilities, and areas for improvement, thereby streamlining the review process and maintaining consistent coding standards. Users can integrate their own AI models, such as Anthropic, OpenAI, or Deepseek, by utilizing their API keys, ensuring flexibility and control over the review process. The platform generates contextual inline comments directly within pull requests, offering actionable insights without disrupting existing workflows. Teams can define and enforce custom coding standards through flexible configuration options, promoting uniformity across codebases. With a quick setup process, Pull Sense seamlessly integrates with GitHub, allowing users to start reviewing code in minutes.
  • 18
    Augoor

    Augoor

    Augoor

    Augoor transforms static code into dynamic knowledge, enabling teams to navigate, document, and optimize complex systems effortlessly. By extracting structures, relationships, and context, Augoor builds a living knowledge graph that accelerates the development lifecycle. Its AI-driven code navigation tool accelerates new developer productivity, integrating them into projects from day one. Augoor reduces maintenance efforts and enhances code integrity by pinpointing problematic code segments, saving costs, and reinforcing your codebase. It automatically generates clear, updated code explanations, preserving knowledge, especially for complex legacy systems. The AI navigation system cuts down time spent searching through code, allowing developers to focus more on coding, speeding up feature development, and fostering innovation in large codebases. Augoor's advanced AI-driven visualizations uncover hidden patterns, map complex dependencies, and reveal critical relationships.
  • 19
    Evo 2

    Evo 2

    Arc Institute

    Evo 2 is a genomic foundation model capable of generalist prediction and design tasks across DNA, RNA, and proteins. It utilizes a frontier deep learning architecture to model biological sequences at single-nucleotide resolution, achieving near-linear scaling of compute and memory relative to context length. Trained with 40 billion parameters and a 1 megabase context length, Evo 2 processes over 9 trillion nucleotides from diverse eukaryotic and prokaryotic genomes. This extensive training enables Evo 2 to perform zero-shot function prediction across multiple biological modalities, including DNA, RNA, and proteins, and to generate novel sequences with plausible genomic architecture. The model's capabilities have been demonstrated in tasks such as designing functional CRISPR systems and predicting disease-causing mutations in human genes. Evo 2 is publicly accessible via Arc's GitHub repository and is integrated into the NVIDIA BioNeMo framework.
  • 20
    Espressive Barista
    Espressive's Barista Agent Co-Pilot is an AI-powered solution designed to enhance service desk operations by integrating seamlessly with existing systems such as ServiceNow, CXone, AWS Connect, and Genesys. It offers features like New Ticket Enrichment, which uses AI to predict ticket attributes and retrieve relevant knowledge, and Barista Live Translation, enabling agents to communicate effectively across different languages. Agents can access BaristaGPT directly within tickets or chats, providing immediate assistance and automation capabilities. The platform also includes Automatic Knowledge Generation, creating new knowledge articles from resolved tickets to improve future issue resolution. By reducing mean time to resolution (MTTR), increasing first call resolution, and minimizing escalations, Barista Agent Co-Pilot enhances agent productivity and shortens the onboarding period for new agents.
  • 21
    TranslationOS

    TranslationOS

    Translated

    TranslationOS, developed by Translated, is an adaptive AI service delivery platform that helps enterprises manage complex localization workflows and scale translation efficiently. Key features include: - AI + human synergy: Combines Translated’s AI, Lara, and language professionals in one workflow. - Continuous learning: Every approved translation improves AI accuracy and first-pass acceptance. - Full visibility: Real-time tracking of progress, quality, and spend from request to delivery. - Deadline-driven: Assigns owners, tracks milestones, and raises early risk alerts to ensure on-time delivery. - Context-centric approach: Operates on full content context, coordinating AI and linguists seamlessly. - Flexible integration: Works with or without TMS; connects to CMS, codebases, APIs, and enterprise tools. - Central hub: Streamlines multi-step localization processes into a single transparent workflow.
  • 22
    Archipelo

    Archipelo

    Archipelo

    Archipelo is a developer security posture management platform that helps organizations safeguard their software development lifecycle (SDLC) by providing real-time insights into developer activities, AI code tool usage, and tool governance. It features Developer Detection Response (DevDR) for proactively identifying and mitigating security risks, Automated Tool Governance to prevent shadow IT, and an AI Code Usage & Risk Monitor to ensure secure coding practices. With seamless integration into CI/CD workflows, Archipelo captures developer actions and provides actionable insights to enhance security, mitigate risks, and ensure compliance throughout the software development process.
  • 23
    Akitra Andromeda
    ​Akitra Andromeda is a next-generation, AI-enabled compliance automation platform designed to streamline and simplify regulatory adherence for businesses of all sizes. It supports a wide range of compliance frameworks, including SOC 2, ISO 27001, HIPAA, PCI DSS, SOC 1, GDPR, NIST 800-53, and custom frameworks, enabling organizations to achieve continuous compliance efficiently. The platform offers over 240 integrations with major cloud platforms and SaaS services, facilitating seamless incorporation into existing workflows. Akitra's automation capabilities reduce the time and cost associated with manual compliance management by automating monitoring and evidence-gathering processes. The platform provides a comprehensive template library for policies and controls, assisting organizations in establishing a complete compliance program. Continuous monitoring ensures that assets remain secure and compliant around the clock.
  • 24
    Mochii.AI

    Mochii.AI

    Mochii.AI

    Mochii.ai is an AI-powered assistant built to help businesses automate customer support, manage conversations, and deliver instant, personalized responses with ease. Designed for scalability and simplicity, Mochii.ai enables companies to create smart, conversational AI bots that can handle a wide range of customer inquiries without the need for human intervention. Using natural language processing and machine learning, Mochii.ai understands complex customer questions and responds appropriately, improving customer satisfaction and reducing response times. Its user-friendly platform allows businesses to customize AI conversations, ensuring that the bot aligns with the brand's tone and style. Additionally, Mochii.ai offers integrations with popular communication channels such as websites, messaging apps, and social media, allowing businesses to meet customers where they are.
  • 25
    Greta

    Greta

    Questera

    Greta, developed by Questera, is an AI-powered development platform designed to transform ideas into functional web and mobile applications rapidly. It enables users to build applications or components in minutes without extensive coding knowledge, integrating various growth tools such as data analytics and email campaigns. Greta is scalable from the outset, supporting diverse projects and offering over 50 full-stack growth components to enhance application functionality. ​
  • 26
    Codoki

    Codoki

    Codoki

    🚀 Codoki is an AI-powered engineering assistant that helps teams fix bugs, refactor code, and reduce tech debt—up to 50x faster. Unlike AI code assistants that just suggest snippets, Codoki integrates with your workflow, detects issues, automates fixes, and even acts as a 24/7 AI on-call engineer—reducing downtime and saving developer time. Engineering teams using Codoki ship faster, cut operational costs, and spend more time building instead of fixing.
  • 27
    01.AI

    01.AI

    01.AI

    The 01.AI Super Employee platform transforms enterprise operations with AI agents capable of deep reasoning, task planning, and end-to-end execution. Through its centralized Solution Console, organizations can manage knowledge bases, train custom models, and deploy business-ready AI solutions with ease. Built for enterprise security, it supports on-premise deployment, secure sandboxing, and MCP connectivity for controlled access to legacy systems and external tools. 01.AI offers a comprehensive suite of industry-specific agents—from sales and insurance to supply chain, finance, and government—each designed to automate workflows across browsers, terminals, cloud phones, and interpreters. With native support for leading LLMs like DeepSeek, Qwen, and Yi, businesses gain a flexible and future-ready AI stack. The platform accelerates AI adoption by enabling rapid deployment, continuous evolution, and seamless integration across enterprise environments.
  • 28
    Exaforce

    Exaforce

    Exaforce

    ​Exaforce is a SOC platform that enhances the productivity and efficacy of security operations center teams by 10x through the integration of AI bots and advanced data exploration. It utilizes a semantic data model to ingest and deeply analyze large-scale logs, configurations, code, and threat feeds, facilitating better reasoning by humans and large language models. By combining this semantic model with behavioral and knowledge models, Exaforce autonomously triages alerts with the skill and consistency of an expert analyst, reducing the time from alert to decision to minutes. Exabots automate tedious workflows such as confirming actions with users and managers, investigating historical tickets, and correlating against change management systems like Jira and ServiceNow, thereby freeing up analyst time and reducing fatigue. Exaforce offers advanced detection and response solutions for critical cloud services.
  • 29
    Dropbox Dash
    Dropbox Dash is an AI-powered universal search and content management platform designed to streamline workflows by connecting all your tools, content, and apps in a single interface. It enables users to find, organize, and share information effortlessly across various platforms. Quickly locate files, emails, calendar events, and tasks across all connected applications using natural language queries. Receive concise, AI-generated responses to your queries, helping you find the information you need without opening multiple documents. Create smart collections of related content, making it easier to organize and share resources with colleagues, clients, and vendors. Access a centralized dashboard that displays recent activities, upcoming meetings, and personalized shortcuts to streamline your daily tasks. Manage and monitor permissions across multiple cloud applications from a single interface, ensuring that sensitive information is only accessible to authorized users.
  • 30
    Fellou

    Fellou

    Fellou

    Fellou is the world's first agentic browser that automates complex tasks. Enjoy hands-free research, cross-platform workflow automation, and intelligent task execution across the web. Fellou's Deep Action feature transforms intricate multi-step tasks, like form submissions, report generation, or scheduling, into simple commands. Its proactive intelligence anticipates user needs, offers action recommendations, and builds a personalized knowledge base. Fellou operates in a sandboxed environment, allowing agents to execute tasks in the background without disrupting the user's workflow. It enables users to create, share, and utilize specialized agents tailored to specific domains or tasks. Fellou supports cross-platform deep search, enabling parallel searches across public websites and authenticated platforms like Quora, X, and LinkedIn, and can generate shareable visual reports.