Developer portal

Verified public developer resources

Only resources with a live public repository and verified installation instructions are listed here.

90 of 90 resources

RepositoryPython

Interly

Experimental, permission-aware Windows computer agent powered by Groq. Install the standalone Windows package, then launch it with the interly command.

winget install --id InterlinkGlobal.Interly --exact
windowsagentgroqopen sourceMITalpha
Documentation#1 · Python

Interly · Python project foundation

The development project can run inside an isolated Python virtual environment.

python -m venv .venv
interlyverifiedroadmap 1pythondevelopmentenvironment
Tool#2 · Interly

Interly · Terminal conversation

Starts the terminal chat loop so you can give Interly natural-language requests.

interly
interlyverifiedroadmap 2terminalchatcli
Tool#3 · Interly

Interly · Session conversation memory

Keeps the current terminal conversation in context until the session ends.

Remember 42 for this session, then tell me what I asked you to remember.
interlyverifiedroadmap 3sessionmemoryconversation
Tool#4 · Interly

Interly · Groq connection

Uses a validated Groq API key as the model connection for agent reasoning and tool selection.

groq
interlyverifiedroadmap 4groqmodelapi key
Documentation#5 · Interly

Interly · Separated agent architecture

Runs the configured chat, model, tools and settings layers through the Interly CLI entry point.

interly
interlyverifiedroadmap 5architecturemodeltools
Tool#6 · Interly

Interly · Clean session controls

Handles empty input, API errors, Ctrl+C and explicit exit commands without corrupting the session.

exit
interlyverifiedroadmap 6exiterrorssession
Tool#7 · Interly

Interly · One-word CLI

Launches Interly from Command Prompt or PowerShell using the canonical command.

interly
interlyverifiedroadmap 7clilaunchwindows
Tool#8 · Interly

Interly · Secure Groq key setup

Validates and replaces the saved Groq API key without displaying the secret or restarting Interly.

groq
interlyverifiedroadmap 8groqsecurityconfiguration
Documentation#9 · Interly

Interly · Per-user configuration

Stores Interly configuration under the current Windows user's application-data directory.

groq
interlyverifiedroadmap 9configurationappdatawindows
Documentation#10 · PowerShell

Interly · Development fallback installer

Installs the development/fallback build and its Python, Git and pipx prerequisites when required.

powershell -NoProfile -ExecutionPolicy Bypass -Command "irm 'https://raw.githubusercontent.com/interlinkglobal/Interly/agent/next-ten-roadmap/install.ps1' | iex"
interlyverifiedroadmap 10pipxinstallerdevelopment
Tool#11 · Interly

Interly · Local action approval

Every local tool action asks for explicit approval during normal approval mode before it executes.

Open Notepad
interlyverifiedroadmap 11approvalpermissionlocal
Tool#12 · Interly

Interly · Action preview

Shows the proposed action and its reason before asking you whether it may continue.

Open Calculator
interlyverifiedroadmap 12approvalpreviewsafety
Tool#13 · Interly

Interly · High-risk warnings

Displays stronger warnings before logout, power actions and forced process termination.

Restart Windows
interlyverifiedroadmap 13warningpowersafety
Tool#14 · Interly

Interly · Explicit denial

A normal approval prompt does nothing unless you explicitly approve the proposed action.

n
interlyverifiedroadmap 14approvaldenysafety
Tool#15 · Interly

Interly · Session web approval

Allows direct public-web access for the current session after you choose the session-level approval option.

a (at a web approval prompt)
interlyverifiedroadmap 15webapprovalsession
Tool#16 · Interly

Interly · Critical process protection

Refuses attempts to terminate protected Windows processes even when a request targets them directly.

Kill process 4
interlyverifiedroadmap 16processprotectionwindows
Tool#17 · Interly

Interly · Application ID validation

Validates registered Windows application IDs instead of trusting an invented launch identifier.

Open Notepad
interlyverifiedroadmap 17applicationsvalidationwindows
Tool#18 · Interly

Interly · Read-only system allowlist

System inspection is restricted to a fixed set of approved read-only Windows commands.

Show my IP configuration
interlyverifiedroadmap 18systemreadonlyallowlist
Tool#19 · Interly

Interly · Per-request limits

Bounds web searches, page reads, browser reads and model/tool rounds so one request cannot run indefinitely.

Research Windows 11 security features
interlyverifiedroadmap 19limitswebsafety
Tool#20 · Interly

Interly · Emergency stop

Cancels additional Interly actions for the current request through the global emergency-stop key.

Esc
interlyverifiedroadmap 20emergencycancelkeyboard
Tool#21 · Interly

Interly · Local date and time

Reads the real local date, time and timezone from the Windows computer.

What time is it?
interlyverifiedroadmap 21timetimezonewindows
Tool#22 · Interly

Interly · Application discovery

Searches applications registered with Windows and returns matching names and application IDs.

Find applications matching Chrome
interlyverifiedroadmap 22applicationssearchwindows
Tool#23 · Interly

Interly · Application launching

Opens an approved registered application or an executable command that Windows resolves exactly.

Open Notepad
interlyverifiedroadmap 23applicationslaunchwindows
Tool#24 · Interly

Interly · Ambiguous app resolution

Finds candidate applications first when a requested application name is not specific enough.

Open Chrome
interlyverifiedroadmap 24applicationsresolvewindows
Tool#25 · Interly

Interly · Running process list

Counts and lists currently running Windows processes through the read-only process command.

List running processes
interlyverifiedroadmap 25processessystemwindows
Tool#26 · Interly

Interly · Process search

Finds processes by executable name or visible window title and returns exact PIDs.

Find processes matching Chrome
interlyverifiedroadmap 26processessearchpid
Tool#27 · Interly

Interly · Close exact process

Requests a normal close for an exact PID after validating the current process name.

Close process <PID>
interlyverifiedroadmap 27processesclosepid
Tool#28 · Interly

Interly · Force-kill exact process

Force terminates an exact PID only after validation, approval and a stronger warning.

Force kill process <PID>
interlyverifiedroadmap 28processeskillpid
Tool#29 · Interly

Interly · Windows logout

Signs the current user out of Windows after displaying the logout warning and receiving approval.

Log me out of Windows
interlyverifiedroadmap 29logoutsessionwindows
Tool#30 · Interly

Interly · Windows power controls

Can lock, sleep, restart or shut down Windows, with distinct warnings before destructive power actions.

Lock Windows
interlyverifiedroadmap 30locksleeprestartshutdown
Tool#31 · Interly

Interly · System information

Reads Windows system information using the guarded read-only command allowlist.

Show system information
interlyverifiedroadmap 31systeminfowindowsreadonly
Tool#32 · Interly

Interly · IP configuration

Reads the computer's complete IP configuration locally, including adapter network details.

Show my IP configuration
interlyverifiedroadmap 32ipconfignetworkwindows
Tool#33 · Interly

Interly · Wi-Fi information

Reads Windows Wi-Fi information through the approved read-only netsh command.

Show Wi-Fi information
interlyverifiedroadmap 33wifinetworkwindows
Tool#34 · Interly

Interly · Local user accounts

Lists local Windows user accounts through the read-only system-command tool.

List local user accounts
interlyverifiedroadmap 34usersaccountswindows
Tool#35 · Interly

Interly · Windows identity and hostname

Reads the current Windows identity and the machine hostname.

Who am I and what is this hostname?
interlyverifiedroadmap 35identityhostnamewindows
Tool#36 · Interly

Interly · Network adapters

Lists the network adapters Windows currently exposes and their interface state.

List network adapters
interlyverifiedroadmap 36networkadapterswindows
Tool#37 · Interly

Interly · Routing table

Reads the Windows routing table through the fixed read-only command allowlist.

Show the routing table
interlyverifiedroadmap 37routesnetworkwindows
Tool#38 · Interly

Interly · Disk and volume capacity

Reports drive letters, volume labels, file systems, remaining space and total capacity.

Show disk volumes and free space
interlyverifiedroadmap 38diskvolumesstorage
Tool#39 · Interly

Interly · System performance metrics

Reports CPU, memory, disk, network, GPU, temperature and battery data where Windows exposes it.

Show system metrics
interlyverifiedroadmap 39cpumemorygpubattery
Tool#40 · Interly

Interly · Installed application report

Reads installed Windows applications and registry-provided size estimates.

List installed applications by size
interlyverifiedroadmap 40applicationsinstalledstorage
Tool#41 · Interly

Interly · Public web search

Searches the public web directly without opening the isolated browser.

Search the web for <query>
interlyverifiedroadmap 41websearchpublic
Tool#42 · Interly

Interly · Multiple search results

Returns several relevant public-web results from a single search request.

Search the web for three sources on <topic>
interlyverifiedroadmap 42websearchsources
Tool#43 · Interly

Interly · Public webpage reader

Downloads and reads the text of an approved public HTTP or HTTPS webpage.

Read https://example.com
interlyverifiedroadmap 43webpagereadhttp
Tool#44 · Interly

Interly · Readable page extraction

Extracts readable page text while discarding scripts, styles and other non-content elements.

Read https://example.com and summarise the readable text
interlyverifiedroadmap 44webpageextracttext
Tool#45 · Interly

Interly · Source URLs in answers

Keeps source URLs with web-assisted results so the original pages remain inspectable.

Search the web for <topic> and include the source URLs
interlyverifiedroadmap 45sourcesurlsweb
Tool#46 · Interly

Interly · Private URL blocking

Blocks localhost, private-network, credential-bearing and other special-purpose web addresses.

Read http://localhost
interlyverifiedroadmap 46ssrfprivacyweb safety
Tool#47 · Interly

Interly · Redirect validation

Revalidates each webpage redirect destination and stops excessive redirect chains.

Read https://example.com
interlyverifiedroadmap 47redirectsvalidationweb safety
Tool#48 · Interly

Interly · Web response limits

Enforces download size, extracted-text, timeout and supported-content-type limits on page reads.

Read https://example.com
interlyverifiedroadmap 48limitstimeoutweb safety
Tool#49 · Interly

Interly · Untrusted webpage handling

Treats webpage text as data to analyse rather than instructions that can control the agent.

Read https://example.com and summarise it
interlyverifiedroadmap 49prompt injectionwebsafety
Tool#50 · Interly

Interly · Multi-source research

Runs deduplicated multi-source research and ranks results with transparent source-quality heuristics.

Research <topic> using multiple sources
interlyverifiedroadmap 50researchsourcesweb
Tool#51 · Interly

Interly · Isolated browser profile

Runs Playwright in a dedicated Interly browser profile instead of controlling the user's personal browser.

Open https://example.com in the isolated browser
interlyverifiedroadmap 51browserplaywrightisolated
Tool#52 · Interly

Interly · Open browser URL

Opens an approved public URL in Interly's isolated Chromium-based browser.

Open https://example.com in the browser
interlyverifiedroadmap 52browserurlnavigation
Tool#53 · Interly

Interly · Rendered page reading

Reads JavaScript-rendered body text from the active isolated-browser page.

Open <url> in the browser and read the page
interlyverifiedroadmap 53browserjavascriptread
Tool#54 · Interly

Interly · Browser tab control

Lists, opens, switches and closes tabs inside the isolated Interly browser session.

List the browser tabs
interlyverifiedroadmap 54browsertabsnavigation
Tool#55 · Interly

Interly · Browser scrolling and history

Scrolls the current page and navigates backward or forward in the isolated browser.

Scroll down 1000 pixels
interlyverifiedroadmap 55browserscrollhistory
Tool#56 · Interly

Interly · Visible browser controls

Inspects links, buttons, form fields and other accessible controls before interaction.

Inspect the visible controls
interlyverifiedroadmap 56browsercontrolsinspect
Tool#57 · Interly

Interly · Approved browser click

Clicks a previously inspected browser control by its exact displayed control ID after approval.

Click control <ID>
interlyverifiedroadmap 57browserclickapproval
Tool#58 · Interly

Interly · Approved browser typing

Fills a previously inspected browser field with explicitly approved text.

Fill control <ID> with "<text>"
interlyverifiedroadmap 58browsertypingforms
Tool#59 · Interly

Interly · Browser screenshot

Saves a PNG screenshot of the visible isolated-browser tab for visual verification.

Take a browser screenshot
interlyverifiedroadmap 59browserscreenshotpng
Tool#60 · Interly

Interly · Browser fallback

Uses the isolated browser when direct HTTP is insufficient or when you explicitly ask for browser interaction.

Use the browser to read <url>
interlyverifiedroadmap 60browserfallbackweb
Tool#61 · Interly

Interly · File search

Searches an approved directory recursively by filename, extension, date or bounded text content.

Search C:\Users\<you>\Documents for .txt files
interlyverifiedroadmap 61filessearchwindows
Tool#62 · Interly

Interly · Text file reading

Reads an approved text or source-code file with a bounded file-size limit.

Read C:\path\to\file.txt
interlyverifiedroadmap 62filesreadsource code
Tool#63 · Interly

Interly · Create text file

Creates a new UTF-8 text file and parent folders without overwriting an existing destination.

Create C:\path\notes.txt with "Hello"
interlyverifiedroadmap 63filescreatetext
Tool#64 · Interly

Interly · Exact text editing

Replaces an exact piece of text only when it occurs once in the approved file.

In C:\path\file.txt replace "old" with "new"
interlyverifiedroadmap 64filesedittext
Tool#65 · Interly

Interly · File and folder management

Creates folders and copies, moves or renames approved files and directories without overwriting destinations.

Move C:\source.txt to C:\Archive\source.txt
interlyverifiedroadmap 65filesfoldersmoverename
Tool#67 · Interly

Interly · Structured document understanding

Reads approved PDF, Word, Excel and PowerPoint files into a bounded, read-only structured representation.

Read C:\path\to\document.pdf
interlyverifiedroadmap 67documentspdfwordexcelpowerpointread only
Tool#68 · Interly

Interly · Text file comparison

Creates a unified diff between two approved text files and can explain it when you allow the diff to reach the model.

Compare C:\a.txt with C:\b.txt
interlyverifiedroadmap 68filescomparediff
Tool#69 · Interly

Interly · Direct public file download

Downloads a direct public file URL with redirect validation, size limits, overwrite protection and SHA-256 reporting.

Download https://example.com/file.zip to C:\Downloads\file.zip
interlyverifiedroadmap 69downloadsha256files
Tool#71 · Interly

Interly · Desktop window control

Lists visible Windows windows and can focus, minimise, maximise, restore, move or resize an exact revalidated window.

List my open windows
interlyverifiedroadmap 71desktopwindowsfocusresize
Tool#72 · Interly

Interly · Clipboard read and write

Reads or replaces Windows clipboard text through separately approved actions, keeping clipboard reads local-only unless you explicitly share them with Groq.

Read my clipboard
interlyverifiedroadmap 72clipboardprivacywindows
Tool#73 · Interly

Interly · Desktop screenshots

Captures the full virtual desktop or one exact visible window to a PNG without overwriting an existing destination.

Take a screenshot of my desktop
interlyverifiedroadmap 73desktopscreenshotpng
Tool#74 · Interly

Interly · Desktop OCR

Extracts visible text and bounding boxes from an approved local screenshot or image using bundled OCR.

Read the text in this screenshot
interlyverifiedroadmap 74ocrdesktopvisiontext
Tool#75 · Interly

Interly · Visible desktop controls

Inspects visible UI Automation controls in the foreground window and reports their names, types, IDs and screen rectangles without activating them.

Inspect the controls in the current window
interlyverifiedroadmap 75desktopcontrolsuiautomationinspect
Tool#76 · Interly

Interly · Guarded mouse control

Performs one approved mouse move, click, double-click or bounded wheel-scroll action on the visible desktop.

Click at 640, 420
interlyverifiedroadmap 76mousedesktopclickapproval
Tool#77 · Interly

Interly · Guarded keyboard control

Types approved text or sends a bounded key combination to the currently focused desktop control.

Type "hello" into the focused field
interlyverifiedroadmap 77keyboarddesktoptypingapproval
Tool#82 · Interly

Interly · Persistent retained memory

Stores explicitly retained local context under the Interly user configuration so approved memory survives terminal sessions.

memory
interlyverifiedroadmap 82memorypersistentretention
Tool#83 · Interly

Interly · Approved facts and preferences

Stores a personal fact or preference only when you explicitly add it to Interly's persistent memory.

memory add theme dark
interlyverifiedroadmap 83memorypreferencesapproval
Tool#84 · Interly

Interly · Memory controls

Lets you inspect, export and clear retained memory from the terminal instead of making persistence opaque.

memory | memory export | memory clear
interlyverifiedroadmap 84memoryinspectexportdelete
Tool#85 · Interly

Interly · Multi-step plan presentation

Presents a visible plan before a request that needs multiple meaningful tool actions rather than starting an opaque action chain.

Organise these files, then compare the results
interlyverifiedroadmap 85planmulti-stepgovernance
Tool#86 · Interly

Interly · Scoped plan approval

Lets one displayed plan be approved for the current request, while limiting that approval to the tools and scopes shown in the plan.

Approve this plan for this request? [Y/N]
interlyverifiedroadmap 86planscopeapprovalgovernance
Tool#87 · Interly

Interly · Reusable workflows

Stores named workflow definitions locally so repeatable work can be listed and reused instead of being rebuilt from scratch each time.

workflows
interlyverifiedroadmap 87workflowsreusableautomation
Tool#89 · Interly

Interly · Repository inspection

Inspects an approved repository directory and exposes its file structure as the starting point for development work.

Inspect C:\path\to\repo
interlyverifiedroadmap 89gitrepositorydevelopmentinspect
Tool#90 · Interly

Interly · Repository commands

Runs an approved bounded command inside a repository, enabling tests, linters, builds and development-server workflows with a timeout.

Run the tests in C:\path\to\repo
interlyverifiedroadmap 90developmenttestsbuildlint
Documentation#92 · Python

Interly · Automated test suite

Runs the project's automated agent, tool, web, browser, file, installer, distribution and updater tests.

pytest -p no:cacheprovider
interlyverifiedroadmap 92testspytestdevelopment
Documentation#93 · Python

Interly · Ruff code checks

Runs Ruff against the Interly source and test suites for code-quality verification.

ruff check src tests
interlyverifiedroadmap 93rufflintdevelopment
Repository#94 · Git

Interly · Public source repository

Clones the public Interly source code from the canonical Interlink Global GitHub repository.

git clone https://github.com/interlinkglobal/interly.git
interlyverifiedroadmap 94githubsourceopen source
Documentation#95 · Windows

Interly · Installation and capability documentation

Opens the repository documentation covering installation, permissions, capabilities, limitations and the MIT licence.

start https://github.com/interlinkglobal/interly#readme
interlyverifiedroadmap 95readmedocumentationlicense
Tool#96 · Interly

Interly · Privacy-aware action audit log

Records proposed and executed tool actions in a persistent JSONL audit log while redacting sensitive text payloads and URL secrets.

audit
interlyverifiedroadmap 96auditprivacygovernancejsonl
Tool#97 · Interly

Interly · Dry-run and permission policies

Can simulate approved actions without executing them and persist per-tool prompt, allow or deny permission policies.

dry-run on | policy
interlyverifiedroadmap 97dry runpolicypermissionsgovernance