Objo.
Feedback Forum Docs Objo Studio
Feedback

Feature #426

Surface current user, computer, and local IP information

Status
Fixed
Fixed in
v26.6.4
Source discussion
https://forum.objo.dev/d/348-systemusername-computername-ipaddress
Last updated
2026-06-15

Public summary

Expose basic local system identity information through the existing System module so ObjoBasic apps can identify the current operating-system user, the computer name, and active local IP addresses.

Requested API:

  • System.Username As String
  • System.ComputerName As String
  • System.LocalIPAddresses As Array(Of String)
  • System.LocalIPv4Addresses As Array(Of String)
  • System.LocalIPv6Addresses As Array(Of String)

The IP address API deliberately returns arrays because modern machines commonly have multiple network interfaces and address families.

Objo.

Build apps visually, deploy anywhere.

Feedback is a public read-only status mirror for Objo Studio.